Skip to content

Commit

Permalink
Add conda
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasturcani authored and jezsadler committed Sep 28, 2024
1 parent cc07a30 commit e735707
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- uses: actions/cache@v3
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ hashFiles('environment.yml') }}
- uses: conda-incubator/setup-miniconda@v3
with:
channel-priority: strict
environment-file: environment.yml
use-only-tar-bz2: true
- run: pip install -e '.[dev]'
- run: pytest
doctest:
Expand Down

0 comments on commit e735707

Please sign in to comment.