Skip to content

Commit

Permalink
Fix documentation build. (#43)
Browse files Browse the repository at this point in the history
Fix documentation build.
Apparently trying to find a NumPy that works with Python 3.7-3.11 is
challenging. See also: #38
  • Loading branch information
jesnie committed Aug 3, 2023
1 parent 7eb65a4 commit dea8727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.7"
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: poetry install
- run: poetry run task test
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
path: gh-pages
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.7"
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: poetry install
- run: poetry run task docs
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.7"
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: poetry build
- run: poetry publish -u __token__ -p ${{ secrets.CHECK_SHAPES_PYPI_TOKEN }}

0 comments on commit dea8727

Please sign in to comment.