Skip to content

Commit b7b296b

Browse files
authored
Well another try
Fixing some spaces... let see if it works.
1 parent e318209 commit b7b296b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
max-parallel: 4
1111
matrix:
1212
python-version: [3.5, 3.6, 3.7, 3.8]
13-
architectures: [x86, x86_64]
13+
architecture: [x86, x86_64]
1414

1515
steps:
1616
- uses: actions/checkout@v1
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v1
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
architecture: ${{ matrix.architextures }}
21+
architecture: ${{ matrix.architexture }}
2222
- name: Bash Command Lines for GitHub Actions
2323
uses: jdickey/[email protected]
2424
with:

0 commit comments

Comments
 (0)