Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelkou committed Aug 16, 2023
1 parent 1a2e9aa commit 83668fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
pip install codecov
- name: Install dependencies
run: |
pip install ".[dev,test]"
source ${{ env.PYTHON }}/bin/activate
pip install ".[dev,test]" pytest
- name: Test
env:
MPLBACKEND: agg
Expand Down

0 comments on commit 83668fe

Please sign in to comment.