Skip to content

Commit

Permalink
fix: docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 23, 2024
1 parent 2a1dd91 commit 673f91c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -32,6 +32,7 @@ jobs:
- name: Install dependencies
run: |
pip install dunamai
VERSION=$(dunamai from any --no-metadata --style pep440)
poetry version $VERSION
poetry install --with=docs
Expand Down

0 comments on commit 673f91c

Please sign in to comment.