Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Nov 19, 2024
1 parent 299b01a commit 50ebe01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.platform.target }}
distro: ubuntu22.04
distro: ubuntu_latest
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip
pip3 install -U pip pytest
pip3 install -U pip pytest pytest-codspeed
run: |
set -e
pip3 install lox-space --find-links dist --force-reinstall
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
environment: release
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
needs: [linux, windows, macos, sdist]
needs: [ linux, windows, macos, sdist ]
permissions:
# Use to sign the release artifacts
id-token: write
Expand Down

0 comments on commit 50ebe01

Please sign in to comment.