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 60755d3 commit 98db0f3Copy full SHA for 98db0f3
.github/workflows/test.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
test:
10
+ runs-on: ubuntu-22.04
11
strategy:
12
matrix:
13
# python <3.4 is not available for python-version on linux, but the repo tests do work at the time of this comment
@@ -17,7 +18,6 @@ jobs:
17
18
uses: actions/setup-python@v5
19
with:
20
python-version: ${{ matrix.python-version }}
- allow-prereleases: true
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
0 commit comments