Skip to content

Commit

Permalink
feat(tests): fix run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Mehr committed May 25, 2024
1 parent f5573c5 commit d6a36f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ jobs:
cd ./cache
echo "DSP_NOTEBOOK_CACHEDIR=$(pwd)" >> $GITHUB_ENV
- name: Run tests with pytest
run: pytest -c tests_integration/pytest-ci.ini tests_integration/
run: pytest -c tests_integration/pytest.ini tests_integration/

0 comments on commit d6a36f9

Please sign in to comment.