Skip to content

Commit

Permalink
try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymahlau committed Jun 10, 2024
1 parent e036bd8 commit 1b37cf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ jobs:
# run: $CONDA/bin/pip list
- name: Compile C++ Library
run: cd "src/cpp/alglib"; sh linux_compile.sh; cd ".."; sh linux_compile.sh; cd "../.."
- name: see wd
run: pwd
- name: Run pytest
run: export PYTHONPATH="/home/runner/work/albatross/albatross"; $CONDA/bin/pytest test
run: $CONDA/bin/pytest test
# run: export PYTHONPATH="/home/runner/work/albatross/albatross"; $CONDA/bin/pytest test

0 comments on commit 1b37cf0

Please sign in to comment.