Skip to content

Commit

Permalink
Merge pull request #339 from nyx-space/bypass-run-on-arch-ci-issue
Browse files Browse the repository at this point in the history
Disable run on arch
  • Loading branch information
ChristopherRabotin authored Oct 19, 2024
2 parents 84cb8d6 + 71ff206 commit 2259f11
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@ jobs:
pip install hifitime --find-links dist --force-reinstall --no-index -vv
pip install pytest
pytest
- name: pytest
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
uses: uraimo/run-on-arch-action@v2.5.0
with:
arch: ${{ matrix.target }}
distro: ubuntu22.04
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip
pip3 install -U pip pytest
run: |
set -e
ls dist
pip3 install hifitime --find-links dist --force-reinstall --no-index -vv
pytest
# - name: pytest
# if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
# uses: uraimo/run-on-arch-action@v2.5.0
# with:
# arch: ${{ matrix.target }}
# distro: ubuntu22.04
# githubToken: ${{ github.token }}
# install: |
# apt-get update
# apt-get install -y --no-install-recommends python3 python3-pip
# pip3 install -U pip pytest
# run: |
# set -e
# ls dist
# pip3 install hifitime --find-links dist --force-reinstall --no-index -vv
# pytest

windows:
runs-on: windows-latest
Expand Down

0 comments on commit 2259f11

Please sign in to comment.