MilesCranmer commited on
Commit
787cf18
1 Parent(s): ffd9cd1

Fix syntax in conda test

Browse files
Files changed (1) hide show
  1. .github/workflows/CI.yml +1 -1
.github/workflows/CI.yml CHANGED
@@ -132,7 +132,7 @@ jobs:
132
  - name: "Install Coverage tool"
133
  run: python3 -m pip install coverage coveralls
134
  - name: "Ensure that static libpython warning appears"
135
- run: coverage run --source=pysr --omit='*/feynman_problems.py' -m unittest test.test_static_libpython_warning.py
136
  - name: "Run tests"
137
  run: coverage run --append --source=pysr --omit='*/feynman_problems.py' -m unittest test.test
138
  - name: Coveralls
 
132
  - name: "Install Coverage tool"
133
  run: python3 -m pip install coverage coveralls
134
  - name: "Ensure that static libpython warning appears"
135
+ run: coverage run --source=pysr --omit='*/feynman_problems.py' -m unittest test.test_static_libpython_warning
136
  - name: "Run tests"
137
  run: coverage run --append --source=pysr --omit='*/feynman_problems.py' -m unittest test.test
138
  - name: Coveralls