Skip to content

Commit

Permalink
Merge: Fix Regular Action (#167)
Browse files Browse the repository at this point in the history
Changing the docs step python version to 3.9 as it suffers from the same
issue fixed a while ago in the documentation action
  • Loading branch information
Scienfitz authored Mar 9, 2024
2 parents de41e92 + 614c9e8 commit 5df7632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: "3.11"}
with: {python-version: "3.9"}
- name: Build Docs
run: |
pip install tox
tox -e docs-py311
tox -e docs-py39
lint:
strategy:
Expand Down

0 comments on commit 5df7632

Please sign in to comment.