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 8fdd047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
- name: Install the package and its dependencies
run: |
python -m pip install --upgrade pip
pip install ".[test]"
pip install .
- name: Lint
run: |
pip install flake8
flake8 .
- name: Test
run: |
pip install pytest
cd && mkdir for_test && cd for_test && pytest -svv --pyargs gapps --durations=0

0 comments on commit 8fdd047

Please sign in to comment.