From 876b4c050f8a4c6d7c349623dffa851530860d21 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Fri, 16 Aug 2024 16:22:25 -0600 Subject: [PATCH] Use test environment and install nox --- .github/workflows/test.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c957497..e5f0e68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: