Skip to content

Commit 052a8bf

Browse files
committed
ci: Update environment file name
1 parent ac43b7e commit 052a8bf

5 files changed

+3
-3
lines changed

.github/workflows/macos-linux-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
activate-environment: fcl
4444
auto-update-conda: true
45-
environment-file: .github/workflows/conda/conda-env-macos-linux.yml
45+
environment-file: .github/workflows/conda/environment_macos_linux.yml
4646
python-version: ${{ matrix.python-version }}
4747
auto-activate-base: false
4848

.github/workflows/windows-conda-clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
activate-environment: fcl
3737
auto-update-conda: true
38-
environment-file: .github/workflows/conda/conda-env-windows.yml
38+
environment-file: .github/workflows/conda/environment_windows.yml
3939
python-version: "3.10"
4040
auto-activate-base: false
4141

.github/workflows/windows-conda-v142.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
activate-environment: fcl
3636
auto-update-conda: true
37-
environment-file: .github/workflows/conda/conda-env-windows.yml
37+
environment-file: .github/workflows/conda/environment_windows.yml
3838
python-version: "3.10"
3939
auto-activate-base: false
4040

0 commit comments

Comments
 (0)