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 f164fc8 commit 12ad3bcCopy full SHA for 12ad3bc
.github/workflows/main.yml
@@ -20,15 +20,14 @@ jobs:
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v4
23
- - name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v4
25
- with:
26
- python-version: ${{ matrix.python-version }}
27
- name: Set up Node.js
28
uses: actions/setup-node@v4
29
with:
30
node-version: ${{ matrix.node-version }}
31
- if: matrix.python-version != 3.6
+ - name: Set up Python ${{ matrix.python-version }}
+ uses: actions/setup-python@v4
+ with:
+ python-version: ${{ matrix.python-version }}
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip
0 commit comments