Skip to content

Commit 5bc7836

Browse files
committed
Fix syntax error
1 parent 976be58 commit 5bc7836

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/python.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ jobs:
1313
strategy:
1414
matrix:
1515
python-version: [3.6, 3.7, 3.8]
16-
17-
build:
18-
needs: setup
1916
steps:
2017
- uses: actions/checkout@v2
2118
- name: Set up Python ${{ matrix.python-version }}
2219
uses: actions/setup-python@v2
2320
with:
2421
python-version: ${{ matrix.python-version }}
22+
23+
build:
24+
needs: setup
25+
steps:
2526
- name: Install plasma source
2627
run: |
2728
git submodule update --init --recursive

0 commit comments

Comments
 (0)