Skip to content

Commit

Permalink
Fix Github action files
Browse files Browse the repository at this point in the history
  • Loading branch information
xhoenner committed Oct 1, 2024
1 parent 06969cc commit 79f41e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_ardc_nrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
with:
activate-environment: ardc_nrt
environment-file: AODN/AODN-WAVE-NRT/ARDC_API_NRT/environment.yml
auto-activate-base: false # Prevent activating base env

- name: Install dependencies
shell: bash -el {0}
run: |
conda install --yes mamba
mamba env create --name ardc_nrt --file environment.yml || true # Create only if not exists
conda activate ardc_nrt
mamba env update --name ardc_nrt --file AODN/AODN-WAVE-NRT/ARDC_API_NRT/environment.yml
- name: Activate Conda environment
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_data_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
with:
activate-environment: data_services_3.8
environment-file: environment.yml
auto-activate-base: false # Prevent activating base env

- name: Install dependencies
shell: bash -el {0}
run: |
conda install --yes mamba
mamba env create --name data_services_3.8 --file environment.yml || true # Create only if not exists
conda activate data_services_3.8
mamba env update --name data_services_3.8 --file environment.yml
- name: Activate Conda environment
Expand Down

0 comments on commit 79f41e2

Please sign in to comment.