Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
FeGeyer committed Dec 14, 2023
1 parent 195bef2 commit bd25d13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: mamba setup
if: matrix.install-method == 'mamba'
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
cache-downloads: true

- name: Python setup
if: matrix.install-method == 'pip'
Expand All @@ -58,6 +61,8 @@ jobs:
check-latest: true

- name: Install dependencies
env:
PYTHON_VERSION: ${{ matrix.python-version }}
run: |
python --version | grep "Python ${PYTHON_VERSION}"
pip install pytest-cov restructuredtext-lint pytest-xdist 'coverage!=6.3.0'
Expand Down

0 comments on commit bd25d13

Please sign in to comment.