From fb9517e0febc4fccc4e52907eda285d62b5c9e80 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 14 Jul 2023 15:32:14 -0700 Subject: [PATCH] Do we need native for windows cross? --- .github/workflows/build-cross-action.yml | 8 ++++---- .github/workflows/build-native-action.yml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-cross-action.yml b/.github/workflows/build-cross-action.yml index 6e5bf4e1..6e809773 100644 --- a/.github/workflows/build-cross-action.yml +++ b/.github/workflows/build-cross-action.yml @@ -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: | diff --git a/.github/workflows/build-native-action.yml b/.github/workflows/build-native-action.yml index 055e23e9..f86ec917 100644 --- a/.github/workflows/build-native-action.yml +++ b/.github/workflows/build-native-action.yml @@ -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: |