Skip to content

Commit

Permalink
ci: attempt fixing Windows test, enable Mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed Sep 17, 2024
1 parent 0bc20b8 commit ff67721
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9"]
platform: ["ubuntu-latest", "windows-latest"]
platform: ["ubuntu-latest", "windows-latest", "macos-latest"]

runs-on: ${{ matrix.platform }}
defaults:
Expand All @@ -27,6 +27,9 @@ jobs:
auto-activate-base: false
mamba-version: "*"
channel-priority: true
- name: Set GDAL environment variable for Windows
if: runner.os == 'Windows'
run: echo "USE_PATH_FOR_GDAL_PYTHON=YES" >> $GITHUB_ENV
- name: Print conda environment
run: |
# Print environment
Expand Down

0 comments on commit ff67721

Please sign in to comment.