Skip to content

Commit

Permalink
install dependencies via setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 2, 2024
1 parent 3fc2405 commit cb2b22c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge
channel-priority: strict

- run: |
mamba install -n pipeline_env r-base=4.3.0
activate-environment: pipeline_env
environment-file: pipeline_env.yaml

- name: Conda info
if: env.debug == 'true'
Expand All @@ -45,10 +44,6 @@ jobs:
shell: pwsh
run: conda list

- name: Install dependencies
run: |
mamba env create -f requirements.txt
- name: Run tests
run: |
python -m pytest tests/

0 comments on commit cb2b22c

Please sign in to comment.