Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First draft of GitHub Actions #161

Merged
merged 23 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
install dependencies via setup-miniconda
kevinrue committed Feb 2, 2024
commit cb2b22c3f659d38a5fdf418e468338d91dca8e80
9 changes: 2 additions & 7 deletions .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
@@ -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'
@@ -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/