We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976be58 commit 5bc7836Copy full SHA for 5bc7836
1 file changed
.github/workflows/python.yml
@@ -13,15 +13,16 @@ jobs:
13
strategy:
14
matrix:
15
python-version: [3.6, 3.7, 3.8]
16
-
17
- build:
18
- needs: setup
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up Python ${{ matrix.python-version }}
22
uses: actions/setup-python@v2
23
with:
24
python-version: ${{ matrix.python-version }}
+
+ build:
+ needs: setup
25
+ steps:
26
- name: Install plasma source
27
run: |
28
git submodule update --init --recursive
0 commit comments