Skip to content

Commit

Permalink
Order of installs should not make a difference...
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Nov 26, 2024
1 parent 38d4b98 commit 7929182
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install subset of dev deps
run: pip install flit pytest pytest-playwright
- name: Install flit
run: pip install flit

- name: Install production deps
run: flit install --deps production

- name: Install subset of test deps
run:
pip install pytest pytest-playwright

- name: Install browsers
# Install just one browser instead of the default three.
# https://playwright.dev/python/docs/browsers#managing-browser-binaries
Expand Down

0 comments on commit 7929182

Please sign in to comment.