Skip to content

Commit

Permalink
Do we need native for windows cross?
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jul 16, 2023
1 parent 10276ef commit fb9517e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-cross-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ jobs:
run: |
pip3 install nox
- name: Fetch Native Build
if: ${{ matrix.arch != 'amd64' }}
run: |
python3 -m relenv fetch --python=${{ matrix.version }}
# - name: Fetch Native Build
# if: ${{ matrix.arch != 'amd64' }}
# run: |
# python3 -m relenv fetch --python=${{ matrix.version }}

- name: Build Python with Relenv
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-native-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ jobs:
run: |
pip3 install nox
- name: Fetch Native Build
if: ${{ matrix.arch != 'amd64' }}
env:
RELENV_FETCH_VERSION: latest
run: |
python3 -m relenv fetch --python=${{ matrix.version }}
# - name: Fetch Native Build
# if: ${{ matrix.arch != 'amd64' }}
# env:
# RELENV_FETCH_VERSION: latest
# run: |
# python3 -m relenv fetch --python=${{ matrix.version }}

- name: Build Python with Relenv
run: |
Expand Down

0 comments on commit fb9517e

Please sign in to comment.