Skip to content

Commit

Permalink
Patch out sysroot installation for windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed May 17, 2024
1 parent 4089b21 commit a6ffbd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
query-planning: false
steps:
- uses: actions/checkout@v4
- name: Don't install sysroot on Windows
if: matrix.os == 'windows-latest'
run: |
sed -i '/^.*- sysroot_linux-64/s/^/#/' ${{ env.CONDA_FILE }}
- name: Set up Python
uses: conda-incubator/[email protected]
with:
Expand Down

0 comments on commit a6ffbd2

Please sign in to comment.