Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Install dependencies
run: pipx install hatch
- name: Install Hatch
uses: pypa/hatch@install
- name: Lint and typecheck
run: |
hatch fmt --linter
Expand All @@ -36,9 +36,8 @@ jobs:

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Install dependencies
shell: bash
run: pipx install hatch
- name: Install Hatch
uses: pypa/hatch@install
- name: mint API token
id: mint-token
run: |
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ jobs:

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
- name: Install dependencies
run: |
pipx install hatch
hatch env create
- name: Install Hatch
uses: pypa/hatch@install
- name: Build
run: hatch run docs-build
- name: Upload artifact
Expand Down
Loading