Skip to content

Commit

Permalink
fix: comment out sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Dec 12, 2022
2 parents 9dd42b4 + dff74c6 commit d46cf0d
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 421 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: 1.1.13
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: "3.10"
- name: Set up Poetry
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: 1.1.13
- name: Install dependencies
Expand Down

0 comments on commit d46cf0d

Please sign in to comment.