Skip to content

Commit

Permalink
troubleshoot ci
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Nov 17, 2023
1 parent 99a43e0 commit 3fcb36d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
python -m site
python -m pip install --upgrade pip
pip install hatch
hatch env create test
- name: "Run tests for ${{ matrix.python-version }}"
run: hatch run test:no-cov
Expand All @@ -57,10 +58,13 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.11

- name: "Install doc dependencies"
run: |
set -xe
python -m pip install --upgrade pip
pip install hatch
hatch env create docs
- name: "Build docs"
run: hatch run docs:build-ci

0 comments on commit 3fcb36d

Please sign in to comment.