Skip to content

Commit

Permalink
Try installing all test dependencies in github actions environment
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Oct 30, 2023
1 parent 3011259 commit 5efc140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-copie tox
python -m pip install -r requirements.txt
- name: Test
uses: aganders3/headless-gui@v1
Expand Down

0 comments on commit 5efc140

Please sign in to comment.