Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Sep 13, 2024
1 parent 8b742b6 commit a47d93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install Everest and dependencies
run: |
pip install .[dev,everest]
pip install ".[dev,everest]"
- name: Run Tests
if: matrix.test_type == 'test'
Expand Down

0 comments on commit a47d93e

Please sign in to comment.