Skip to content

add option to manually disable substitution of illegal chars #64

add option to manually disable substitution of illegal chars

add option to manually disable substitution of illegal chars #64

name: Example Script Integration Test
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
- name: Run the example script
run: |
python examples/run_expt.py --experiment german