Skip to content

Commit

Permalink
fixed automatic unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymahlau committed Jun 10, 2024
1 parent 1b37cf0 commit ea2b457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: see wd
run: pwd
- name: Run pytest
run: $CONDA/bin/pytest test
run: export PYTHONPATH="/home/runner/work/albatross/albatross"; conda activate albatross-env; pytest test
# run: export PYTHONPATH="/home/runner/work/albatross/albatross"; $CONDA/bin/pytest test

0 comments on commit ea2b457

Please sign in to comment.