Skip to content

Commit 9000a72

Browse files
authored
roll back 3.11 update in build
this breaks our blogging plugin, so let's hold off for a bit example: https://github.com/the-full-stack/website/actions/runs/5179713833
1 parent 1d42465 commit 9000a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.x
13+
python-version: '3.10'
1414
- run: pip install -r requirements.txt
1515
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)