Skip to content

Commit

Permalink
set explicit python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearaugustin committed Apr 21, 2024
1 parent dcd2548 commit 4dd7b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install python
uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.12.2
- name: Setup cache
uses: actions/cache@v2
with:
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Setup dependencies
run: pip install -r docs/requirements.txt
- name: Build docs
run: mkdocs build --strict
run: mkdocs build --strict

0 comments on commit 4dd7b81

Please sign in to comment.