Skip to content

Commit

Permalink
Merge pull request #142 from wimglenn/arch
Browse files Browse the repository at this point in the history
remove x64
  • Loading branch information
wimglenn authored Jul 2, 2024
2 parents 89e1ff6 + 241aafa commit a1c8ae9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,13 @@ jobs:
include:
- python-version: pypy-3.9
os: ubuntu-latest
- python-version: "3.9"
os: macos-13
exclude:
- python-version: "3.9"
os: macos-latest

steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Install
run: pip install -q -r tests/requirements.txt && pip freeze --all
Expand Down

0 comments on commit a1c8ae9

Please sign in to comment.