Skip to content

Commit

Permalink
simplify installation
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 9, 2024
1 parent 8937859 commit a778884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install the package and its dependencies
run: |
python -m pip install --upgrade pip
pip install ".[test]"
pip install .
pip install pytest
- name: Lint
run: |
flake8 .
Expand Down

0 comments on commit a778884

Please sign in to comment.