Skip to content

Commit

Permalink
ci: Update environment file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Jan 9, 2024
1 parent ac43b7e commit 052a8bf
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
activate-environment: fcl
auto-update-conda: true
environment-file: .github/workflows/conda/conda-env-macos-linux.yml
environment-file: .github/workflows/conda/environment_macos_linux.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-conda-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
activate-environment: fcl
auto-update-conda: true
environment-file: .github/workflows/conda/conda-env-windows.yml
environment-file: .github/workflows/conda/environment_windows.yml
python-version: "3.10"
auto-activate-base: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-conda-v142.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
activate-environment: fcl
auto-update-conda: true
environment-file: .github/workflows/conda/conda-env-windows.yml
environment-file: .github/workflows/conda/environment_windows.yml
python-version: "3.10"
auto-activate-base: false

Expand Down

0 comments on commit 052a8bf

Please sign in to comment.