Skip to content

Commit

Permalink
have to make up my mind some day...is pandas a dependency....
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Mar 29, 2024
1 parent eb4e2fa commit 18a98a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install BAC0
run: |
pip install .
pip install pandas
pip install pytest
pip install pytest-cov
pip install pytest-asyncio
pip install coveralls
pip install .
- name: Test with pytest
run: |
coverage run --source BAC0 -m pytest -v
Expand Down

0 comments on commit 18a98a9

Please sign in to comment.