Skip to content

Commit

Permalink
run tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 13, 2025
1 parent 591268d commit 004e2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
script: |
const path = require('path')
const base = path.join(`${{ env.CONDA }}`, 'envs', '${{ env.ENV_NAME }}')
const base = path.join(process.env.CONDA, 'envs', process.env.ENV_NAME)
core.exportVariable('UDUNITS2_INCDIR', path.join(base, 'Library/include/'));
core.exportVariable('UDUNITS2_LIBDIR', path.join(base, 'Library/lib/'));
Expand Down

0 comments on commit 004e2b1

Please sign in to comment.