Skip to content

Commit

Permalink
ci: dont run on container
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 4, 2024
1 parent 3792347 commit 9691ed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_pyton_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
target: ${{ matrix.platform.target }}
working-directory: "bindings/python"
sccache: 'true'
container: quay.io/pypa/manylinux_2_28_${{ matrix.platform.target }}:latest
docker-options: "--mount type=bind,source=/opt/hostedtoolcache,target=/opt/hostedtoolcache -e JAVA_HOME -e GRAALVM_HOME"
container: 'off' # runs on host machine

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9691ed1

Please sign in to comment.