Skip to content

Commit

Permalink
Exchanging positions on coveralls and coverage in pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Aug 18, 2023
1 parent 7bebfd8 commit c59cedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git submodule sync --recursive
git submodule update --init --recursive --jobs=4
python -m pip install --upgrade pip
python -m pip install coveralls coverage
python -m pip install coverage coveralls
- name: Install package
run: |
python -m pip install --no-deps .
Expand Down

0 comments on commit c59cedc

Please sign in to comment.