Skip to content

Commit 1318c81

Browse files
committed
fix gh actions
1 parent ad2c6a7 commit 1318c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10", "3.11"]
10+
python-version: ["3.12"]
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -36,10 +36,10 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.11'
39+
python-version: '3.12'
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip
4343
pip install .[dev]
4444
- name: Deploy documentation
45-
run: mkdocs gh-deploy --force
45+
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)