Skip to content

Commit

Permalink
Merge f390540 into ea5e0b8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bach-by committed Oct 29, 2021
2 parents ea5e0b8 + f390540 commit 1767249
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip==21.0.1
python -m pip install -r requirements.txt
python -m pip install --no-deps -e .
python -m pip install coveralls
python -m pip freeze
python -m pip --version
python -c 'import setuptools; print(f"setuptools=={setuptools.__version__}")'
- name: Test with pytest
run: |
pytest
Expand Down

0 comments on commit 1767249

Please sign in to comment.