Skip to content

Commit

Permalink
Pin the python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Oct 29, 2023
1 parent 0cff491 commit 399c9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
python-version: 3.12
- name: Setup Python
run: |
python -m venv ./venv --clear
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.x
python-version: 3.12

- name: Setup Python
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build docs
run: |
source ./venv/bin/activate
bash ./build.sh
./build.sh
- name: Save PR Number
run: echo ${{ github.event.number }} > ./docs/pr-number.txt
Expand Down

0 comments on commit 399c9f8

Please sign in to comment.