andreped commited on
Commit
aa2b0aa
1 Parent(s): dd9013b

forgot to setup correct python version

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +6 -0
.github/workflows/build.yml CHANGED
@@ -42,6 +42,12 @@ jobs:
42
  python-version: [3.6, 3.7, 3.8, 3.9]
43
 
44
  steps:
 
 
 
 
 
 
45
  - name: Download artifact
46
  uses: actions/download-artifact@master
47
  with:
 
42
  python-version: [3.6, 3.7, 3.8, 3.9]
43
 
44
  steps:
45
+ - uses: actions/checkout@v1
46
+ - name: Set up Python ${{ matrix.python-version }}
47
+ uses: actions/setup-python@v2
48
+ with:
49
+ python-version: ${{ matrix.python-version }}
50
+
51
  - name: Download artifact
52
  uses: actions/download-artifact@master
53
  with: