Skip to content

Commit fcaad01

Browse files
Update ci.yml
1 parent 63c4207 commit fcaad01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88
env:
99
PYTEST_DISABLE_PLUGIN_AUTOLOAD: "1"
10+
PYTHONPATH: ${{ github.workspace }}:${{ github.workspace }}/src:${{ github.workspace }}/challenges:${{ github.workspace }}/tools
1011
steps:
1112
- uses: actions/checkout@v4
1213
- uses: actions/setup-python@v5
1314
with:
1415
python-version: "3.11"
15-
1616
- name: Install deps
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install pytest==8.3.3 z3-solver==4.13.0.0 gradio==4.44.0
20-
2120
- name: Run tests
2221
run: pytest -ra

0 commit comments

Comments
 (0)