Skip to content

Commit

Permalink
Fix install_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-voelk committed Sep 26, 2024
1 parent 05d3d0c commit 2a0fd8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
name: (${{ matrix.os }}, Miniforge)
name: Install and test on (${{ matrix.os }}, Miniforge)
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
auto-update-conda: false
python-version: ${{ matrix.python-version }}
environment-file: environment_dev.yaml
activate-environment: oac
Expand All @@ -42,7 +42,7 @@ jobs:
run: |
cd utils/
chmod a+x create_test_files.py
./create_test_files.py
python create_test_files.py
cd ..
- name: Test with pytest
run: |
Expand Down

0 comments on commit 2a0fd8d

Please sign in to comment.