diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ac857f..00b93d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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