Skip to content

Commit

Permalink
Skip macOS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 30, 2025
1 parent 38a75dc commit 92bb5a5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Testing conda
run: |
conda info
conda list
- name: Install GDAL
run: |
conda install -c conda-forge mamba --yes
mamba install -c conda-forge gdal pyproj richdem lidar --yes
# - name: Testing conda
# run: |
# conda info
# conda list

# - name: Install GDAL
# run: |
# conda install -c conda-forge mamba --yes
# mamba install -c conda-forge gdal pyproj richdem lidar --yes
# pip install -U whitebox

# - name: Test GDAL installation
Expand Down

0 comments on commit 92bb5a5

Please sign in to comment.