Skip to content

Commit

Permalink
update workflow to align with installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou committed Oct 1, 2024
1 parent 98a2e2f commit 1d38a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install build
python -m pip install .[dev,docs,demo]
python -m pip install ".[dev,docs,demo]"
- name: Test with pytest
run: python -m pytest

0 comments on commit 1d38a51

Please sign in to comment.