Skip to content

Commit

Permalink
Update path to test env file in CI workflow
Browse files Browse the repository at this point in the history
Corrected the `conda-env-file` path to reference the accurate location
within the `SalishSeaTools` directory. This ensures the CI workflow properly
identifies and uses the specified environment file.
  • Loading branch information
douglatornell committed Dec 23, 2024
1 parent 28f1d2e commit 9c060f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-with-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: UBC-MOAD/gha-workflows/.github/workflows/pytest-with-coverage.yaml@main
with:
python-version: ${{ matrix.python-version }}
conda-env-file: envs/environment-test.yaml
conda-env-file: SalishSeaTools/envs/environment-test.yaml
conda-env-name: salishsea-tools-test
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9c060f0

Please sign in to comment.