Skip to content

Commit

Permalink
ci: adapt lock file name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Dec 12, 2024
1 parent fa1a17c commit df94122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
SCHISM_LOCK: locks/conda-${{ matrix.os }}-schism_${{ matrix.mpi }}.lock
DELFT3D_LOCK: locks/conda-${{ matrix.os }}-delft3d_${{ matrix.mpi }}.lock
PYPOSEIDON_LOCK: locks/conda-${{ matrix.os }}-binary-p${{ matrix.python }}.lock
PYPOS_TEL_LOCK: locks/conda-${{ matrix.os }}-binary-telemac-${{ matrix.mpi }}-p${{ matrix.python }}.lock
PYPOS_TEL_LOCK: locks/conda-${{ matrix.os }}-binary-telemac-p${{ matrix.python }}.lock
REQUIREMENTS_CI: locks/requirements-ci.txt
REQUIREMENTS_CI_TEL: locks/requirements-ci-telemac.txt
REQUIREMENTS_VIZ: locks/requirements-viz.txt
Expand Down

0 comments on commit df94122

Please sign in to comment.