Skip to content

Commit 588ded0

Browse files
committed
update github workflow
1 parent e018141 commit 588ded0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44
jobs:
55
pytest:
66
name: Run tests with pytest
7-
runs-on: ubuntu-latest
7+
runs-on: [ubuntu-latest, x86_64]
88
strategy:
99
matrix:
1010
python-version: [ 3.7, 3.8, 3.9, '3.10', '3.11' ]

0 commit comments

Comments
 (0)