Skip to content

Commit

Permalink
aha
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Jul 1, 2024
1 parent de1f452 commit 20d2db6
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash
run: |
set -e
pip install jsonc2json --no-index --no-deps --find-links dist --force-reinstall --no-index
pip install jsonc2json --no-index --no-deps --find-links dist --force-reinstall
pip install -r requirements.dev.txt
pytest
Expand Down Expand Up @@ -78,21 +78,6 @@ jobs:
pip install -r requirements.dev.txt
pip install pytest
pytest
- name: pytest
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
uses: uraimo/run-on-arch-action@v2.7.2
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 pytest-asyncio pytest-benchmark
run: |
set -e
pip3 install jsonc2json --find-links dist --force-reinstall --no-index
pytest
windows:
runs-on: windows-latest
Expand Down

0 comments on commit 20d2db6

Please sign in to comment.