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: |