Skip to content

Commit

Permalink
Use test environment and install nox (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 16, 2024
1 parent a6ed277 commit 3feeccd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,10 @@ jobs:
with:
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: environment.yml
activate-environment: topography
python-version: ${{ matrix.python-version }}
auto-activate-base: false

- name: Show conda installation info
run: |
conda info
conda list
- name: Install package
run: pip install -e .
- name: Install nox
run: pip install nox

- name: Test latest Python version
env:
Expand Down

0 comments on commit 3feeccd

Please sign in to comment.