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.
1 parent 1de73b3 commit 5e3433cCopy full SHA for 5e3433c
.github/workflows/build.yaml
@@ -20,6 +20,7 @@ jobs:
20
- 3.9
21
- '3.10'
22
- '3.11'
23
+ - '3.12'
24
steps:
25
- uses: actions/checkout@v2
26
- name: Set up Python ${{ matrix.python-version }}
@@ -61,7 +62,6 @@ jobs:
61
62
run: |
63
python -m pip install --upgrade pip
64
pip install -r requirements.txt
- pip install -r test_requirements.txt
65
- name: Write version file
66
run: python scripts/write-version.py
67
- name: Get and set version in env
@@ -86,8 +86,6 @@ jobs:
86
- name: Remove version file
87
# This is just in case something else created it, destroy it to get a fresh version
88
run: rm -f buildrunner/version.py
89
- - name: Install dependencies
90
- run: pip install -r requirements.txt
91
- name: Install wheel
92
run: pip install wheel build
93
0 commit comments