We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e010156 + 19ef812 commit 7834066Copy full SHA for 7834066
.github/workflows/publish.yml
@@ -7,18 +7,15 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
- strategy:
11
- matrix:
12
- python-version: [3.8]
13
steps:
14
- name: 🛎️ Checkout
15
uses: actions/checkout@v4
16
with:
17
ref: ${{ github.head_ref }}
18
- - name: 🐍 Set up Python ${{ matrix.python-version }}
+ - name: 🐍 Set up Python
19
uses: actions/setup-python@v5
20
21
- python-version: ${{ matrix.python-version }}
+ python-version: '3.10'
22
- name: 🦾 Install dependencies
23
run: |
24
python -m pip install --upgrade pip
@@ -45,7 +42,7 @@ jobs:
45
42
- name: 🐍 Set up Python
46
43
47
44
48
- python-version: '3.8'
49
50
- name: 📚 Install MkDocs and dependencies
51
0 commit comments