Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
file_handler.write("FORCE_COLOR=1\n")
file_handler.write(f"ENV={py}\n")
shell: python
- name: Install hatch
run: python -m pip install hatch
- name: Install Hatch
uses: pypa/hatch@install
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down Expand Up @@ -91,8 +91,8 @@ jobs:
python-version: "3.12"
- name: Let us have colors
run: echo "FORCE_COLOR=true" >> "$GITHUB_ENV"
- name: Install hatch
run: python -m pip install hatch
- name: Install Hatch
uses: pypa/hatch@install
- name: Setup coverage tool
run: |
hatch -v env create coverage
Expand Down Expand Up @@ -133,8 +133,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install hatch
run: python -m pip install hatch
- name: Install Hatch
uses: pypa/hatch@install
- name: Setup ${{ matrix.env.name }}
run: |
hatch -v env create ${{ matrix.env.name }}
Expand Down