Skip to content

Commit

Permalink
🐛👷 forgot to install pimms
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Aug 16, 2023
1 parent 650b37c commit c18c190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
- uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}

- name: install pimms
run: python -m pip install .

- name: Install pytest
run: python -m pip install pytest pytest-cov
Expand Down

0 comments on commit c18c190

Please sign in to comment.