We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83e6b23 + 60abdee commit e6d9ffeCopy full SHA for e6d9ffe
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ on:
9
branches:
10
- main
11
12
+env:
13
+ MAIN_PYTHON_VERSION: '3.10'
14
+
15
jobs:
16
build:
17
name: Build package
@@ -18,7 +21,7 @@ jobs:
18
21
- name: Setup Python
19
22
uses: actions/setup-python@v2
20
23
with:
- python-version: "3.7"
24
+ python-version: ${{ env.MAIN_PYTHON_VERSION }}
25
- name: Install build requirements
26
run: |
27
pip install -U pip
@@ -48,7 +51,7 @@ jobs:
48
51
- name: Set up Python
49
52
50
53
- python-version: 3.10
54
55
56
- uses: actions/download-artifact@v2
57
0 commit comments