Skip to content

Commit

Permalink
Try what happens when passing both python-version and environment-file
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Dec 7, 2024
1 parent 0d98c61 commit 80cf00f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,15 @@ jobs:
with:
auto-update-conda: true
miniforge-version: latest
python-version: ${{ matrix.python-version }}
environment-file: environment-dev.yml
activate-environment: watertap-solvers-dev
- if: matrix.install-mode == 'standard'
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Display python version
run: python --version
- if: matrix.install-mode == 'standard'
name: Install (standard)
run: |
Expand Down

0 comments on commit 80cf00f

Please sign in to comment.