Skip to content

Commit d59bc4f

Browse files
committed
use latest version of hatch
1 parent 9850150 commit d59bc4f

6 files changed

Lines changed: 8 additions & 24 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
- name: Install Hatch
3434
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
3535
with:
36-
version: '1.16.4'
37-
- name: Pin virtualenv # TODO: drop when hatch 1.16.5 is released on PyPI
38-
run: pip install 'virtualenv<21'
36+
version: '1.16.5'
3937
- name: Run the benchmarks
4038
uses: CodSpeedHQ/action@v4
4139
with:

.github/workflows/gpu_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
- name: Install Hatch
5757
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
5858
with:
59-
version: '1.16.4'
60-
- name: Pin virtualenv # TODO: drop when hatch 1.16.5 is released on PyPI
61-
run: pip install 'virtualenv<21'
59+
version: '1.16.5'
6260
- name: Set Up Hatch Env
6361
run: |
6462
hatch env create gputest.py${{ matrix.python-version }}

.github/workflows/hypothesis.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
- name: Install Hatch
4444
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
4545
with:
46-
version: '1.16.4'
47-
- name: Pin virtualenv # TODO: drop when hatch 1.16.5 is released on PyPI
48-
run: pip install 'virtualenv<21'
46+
version: '1.16.5'
4947
- name: Set Up Hatch Env
5048
run: |
5149
hatch env create test.py${{ matrix.python-version }}-${{ matrix.dependency-set }}

.github/workflows/nightly_wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
- name: Install Hatch
2626
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
2727
with:
28-
version: '1.16.4'
29-
- name: Pin virtualenv # TODO: drop when hatch 1.16.5 is released on PyPI
30-
run: pip install 'virtualenv<21'
28+
version: '1.16.5'
3129

3230
- name: Build wheel and sdist
3331
run: hatch build

.github/workflows/releases.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
- name: Install Hatch
2525
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
2626
with:
27-
version: '1.16.4'
28-
- name: Pin virtualenv # TODO: drop when hatch 1.16.5 is released on PyPI
29-
run: pip install 'virtualenv<21'
27+
version: '1.16.5'
3028
- name: Build wheel and sdist
3129
run: hatch build
3230
- uses: actions/upload-artifact@v6

.github/workflows/test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
5353
- name: Install Hatch
5454
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
5555
with:
56-
version: '1.16.4'
57-
- name: Pin virtualenv # TODO: drop when hatch 1.16.5 is released on PyPI
58-
run: pip install 'virtualenv<21'
56+
version: '1.16.5'
5957
- name: Set Up Hatch Env
6058
run: |
6159
hatch env create test.py${{ matrix.python-version }}-${{ matrix.dependency-set }}
@@ -97,9 +95,7 @@ jobs:
9795
- name: Install Hatch
9896
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
9997
with:
100-
version: '1.16.4'
101-
- name: Pin virtualenv # TODO: drop when hatch 1.16.5 is released on PyPI
102-
run: pip install 'virtualenv<21'
98+
version: '1.16.5'
10399
- name: Set Up Hatch Env
104100
run: |
105101
hatch env create ${{ matrix.dependency-set }}
@@ -128,9 +124,7 @@ jobs:
128124
- name: Install Hatch
129125
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
130126
with:
131-
version: '1.16.4'
132-
- name: Pin virtualenv # TODO: drop when hatch 1.16.5 is released on PyPI
133-
run: pip install 'virtualenv<21'
127+
version: '1.16.5'
134128
- name: Set Up Hatch Env
135129
run: |
136130
hatch run doctest:pip list

0 commit comments

Comments
 (0)