File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
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
You can’t perform that action at this time.
0 commit comments