Skip to content

Commit 66c695c

Browse files
authored
try newer Python?
1 parent 8210ee1 commit 66c695c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/readme_listings.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@ jobs:
118118

119119
- uses: actions/setup-python@v1
120120
with:
121-
python-version: 3.8
121+
python-version: 3.9
122+
123+
- uses: matlab-actions/setup-matlab@v0
124+
with:
125+
release: R2022b
122126

123127
- uses: jwlawson/actions-setup-cmake@v1.13
124128
with:
@@ -138,10 +142,6 @@ jobs:
138142
echo "pybind11_type=type" > pybind11_builtins.py
139143
echo "PYTHONPATH=." >> $GITHUB_ENV
140144
141-
- uses: matlab-actions/setup-matlab@v0
142-
with:
143-
release: R2022b
144-
145145
- run: mkdir readme_output
146146

147147
- uses: matlab-actions/run-command@v0

0 commit comments

Comments
 (0)