Skip to content

Commit

Permalink
Switched to pip for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Byrne committed Jan 29, 2024
1 parent 8e448e9 commit 2008ad5
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/agrinet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
runtests:
name: conda
name: pip
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -25,22 +25,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup miniconda
uses: conda-incubator/setup-miniconda@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
auto-update-conda: true
miniforge-variant: Mambaforge
channels: conda-forge
python-version: 3.8
activate-environment: ai-utils
environment-file: environment.yml
use-mamba: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: python -m unittest discover -q agrinet/tests







0 comments on commit 2008ad5

Please sign in to comment.