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 13df748 + 8606bbe commit 634c6a1Copy full SHA for 634c6a1
.github/workflows/run-tests.yml
@@ -19,9 +19,9 @@ jobs:
19
os: [windows-latest, ubuntu-latest, macos-latest]
20
python-version: ["3.8", "3.9", "3.10", "3.11"]
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
@@ -69,7 +69,7 @@ jobs:
69
build-documentation:
70
runs-on: ubuntu-20.04
71
72
73
74
run: |
75
python -m pip install --upgrade pip
0 commit comments