Skip to content

Commit 338a012

Browse files
authored
Update tests.yml
1 parent 432b3c3 commit 338a012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
strategy:
1414
fail-fast: false
15-
arch: [x86_64]
1615
matrix:
16+
arch: [x86_64]
1717
include:
1818
# UBUNTU 22.04 - CASTXML EPIC 0
1919
- os: ubuntu-22.04
@@ -175,4 +175,4 @@ jobs:
175175
- name: Run tests
176176
run: |
177177
export PATH=~/castxml/bin:$PATH
178-
pytest tests
178+
pytest tests

0 commit comments

Comments
 (0)