Skip to content

Commit

Permalink
reorder dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesyan-git committed Oct 12, 2023
1 parent 6d92c67 commit 73cb522
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,16 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest pytest-cookies tox
- name: Test
uses: aganders3/headless-gui@v1
with:
run: python -m pytest -s -v --color=yes

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install 'setuptools<50.0'
python -m pip install .[all,testing]
- name: Test
uses: aganders3/headless-gui@v1
run: |
pytest --pyargs skan --doctest-modules
pytest --pyargs skan --doctest-modules -s -v
- name: Coverage
if: runner.os == 'Linux' && matrix.python == '3.10'
Expand Down

0 comments on commit 73cb522

Please sign in to comment.