Skip to content

Commit

Permalink
workflows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
attack68 committed Mar 28, 2024
1 parent 508825a commit c456398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . -v
pip install .[dev] -v
- name: Test with pytest
run: |
coverage run -m pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-latest2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . -v
pip install .[dev] -v
- name: Test with pytest
run: |
coverage run -m pytest
Expand Down

0 comments on commit c456398

Please sign in to comment.