Skip to content

Commit

Permalink
make sure flit is installed for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbot committed Dec 23, 2023
1 parent 94a1ee1 commit 7426e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install flit
flit install
- name: Test with pytest
env:
Expand Down

0 comments on commit 7426e74

Please sign in to comment.