Skip to content

Commit

Permalink
Update call to pip installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jul 29, 2023
1 parent dd33e9c commit e315ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install software
run: |
python -m pip install --upgrade pip --use-feature=2020-resolver
python -m pip install coveralls --use-feature=2020-resolver
python -m pip install .[dev] --use-feature=2020-resolver
python -m pip install --upgrade pip
python -m pip install coveralls
python -m pip install .[dev]
python -m pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
- name: Configure
run: |
Expand Down

0 comments on commit e315ae1

Please sign in to comment.