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 8fcfb35 commit 14c3517Copy full SHA for 14c3517
.github/workflows/build.yaml
@@ -11,13 +11,13 @@ jobs:
11
max-parallel: 6
12
13
steps:
14
- - uses: actions/checkout@v2
15
- with:
16
- submodules: true
+ - uses: actions/checkout@v4
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-node@v2
+ uses: actions/setup-python@v5
19
with:
20
python-version: ${{ matrix.python-version }}
+ - name: Display Python version
+ run: python -c "import sys; print(sys.version)"
21
- name: Install packages
22
run: |
23
python -m pip install --upgrade pip
0 commit comments