Skip to content

Commit

Permalink
strict python warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Aug 17, 2023
1 parent ce7d65d commit 54c1d56
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/reusable-build-docsite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Set up nox
uses: wntrblm/nox@2023.04.22
- name: Set up Python
uses: actions/setup-python@v3
with:
python-versions: "3.11"
- name: Build the docsite with nox
run: nox -e build
python-version: "3.11"
- name: Pip install nox
run: python -Im pip install nox
- name: Generate assets for the docs landing page
env:
PYTHONWARNINGS: error
run: python -Im nox -s build
- name: Create a downloadable archive of docs build
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 54c1d56

Please sign in to comment.