Skip to content

Commit

Permalink
fix architecture
Browse files Browse the repository at this point in the history
Signed-off-by: xadupre <[email protected]>
  • Loading branch information
xadupre committed Dec 22, 2024
1 parent 94dfd7a commit 8f21c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python_version: ['3.12', '3.11', '3.10', '3.9']
target-architecture: ['x86_64']
include:
- python_version: '3.12'
documentation: 1
Expand Down Expand Up @@ -64,6 +63,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
architecture: 'x64'

- name: Install requirements
run: python -m pip install -r requirements.txt
Expand Down

0 comments on commit 8f21c0c

Please sign in to comment.