Show More
@@ -14,18 +14,14 b' jobs:' | |||||
14 |
|
14 | |||
15 | runs-on: ubuntu-latest |
|
15 | runs-on: ubuntu-latest | |
16 | timeout-minutes: 5 |
|
16 | timeout-minutes: 5 | |
17 | strategy: |
|
|||
18 | matrix: |
|
|||
19 | python-version: [3.8] |
|
|||
20 |
|
||||
21 | steps: |
|
17 | steps: | |
22 |
- uses: actions/checkout@v |
|
18 | - uses: actions/checkout@v3 | |
23 | with: |
|
19 | with: | |
24 | fetch-depth: 0 |
|
20 | fetch-depth: 0 | |
25 |
- name: Set up Python |
|
21 | - name: Set up Python | |
26 |
uses: actions/setup-python@v |
|
22 | uses: actions/setup-python@v4 | |
27 | with: |
|
23 | with: | |
28 |
python-version: |
|
24 | python-version: 3.x | |
29 | - name: Install dependencies |
|
25 | - name: Install dependencies | |
30 | run: | |
|
26 | run: | | |
31 | python -m pip install --upgrade pip |
|
27 | python -m pip install --upgrade pip |
General Comments 0
You need to be logged in to leave comments.
Login now