Skip to content

Commit

Permalink
fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Apr 30, 2024
1 parent b4d096c commit e097500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
shell: bash
run: |
python -mpip install --upgrade pip
python -mpip install asv
python -mpip install .[asv_version]
- name: Run asv check
shell: bash
run: asv check -v -E existing
Expand Down

0 comments on commit e097500

Please sign in to comment.