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 37becf7 commit ed219abCopy full SHA for ed219ab
.github/workflows/python-test.yml
@@ -51,6 +51,11 @@ jobs:
51
runner: [ ubuntu-latest, macos-latest, windows-latest ]
52
runs-on: ${{ matrix.runner }}
53
steps:
54
+ - uses: actions/checkout@v3
55
+ - name: Set up Python 3.10
56
+ uses: actions/setup-python@v3
57
+ with:
58
+ python-version: "3.10"
59
- name: Install dependencies
60
run: |
61
python -m pip install --upgrade pip
0 commit comments