Skip to content

Commit

Permalink
change install syntax in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Jan 31, 2024
1 parent 45690da commit 3f61750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
set -vxeo pipefail
pip install --upgrade pip wheel
pip install -v .
pip install -r requirements-dev.txt
pip install -v .[dev]
pip list
- name: Build Docs
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
set -vxeo pipefail
pip install --upgrade pip wheel
pip install -v .
pip install -r requirements-dev.txt
pip install -v .[dev]
pip list
- name: Test with pytest
Expand Down

0 comments on commit 3f61750

Please sign in to comment.