Skip to content

Commit

Permalink
test: pin version of wrapper to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Dec 5, 2024
1 parent f668687 commit 7f2176b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- run: pip install bgcflow_wrapper
- run: pip install bgcflow_wrapper==0.4.0
- run: pip install pytest-cov
- run: pip install alive-progress
- name: Test coverage
Expand Down

0 comments on commit 7f2176b

Please sign in to comment.