|
38 | 38 | steps: |
39 | 39 | - uses: actions/checkout@v4 |
40 | 40 | - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 |
| 41 | + - name: Pin virtualenv to pre-breaking major version |
| 42 | + run: pipx inject --force hatch "virtualenv<21" |
41 | 43 | - name: Run Tests |
42 | 44 | run: hatch run cov:test |
43 | 45 | - uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1 |
|
60 | 62 | uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 |
61 | 63 | with: |
62 | 64 | dependency_type: minimum |
| 65 | + - name: Pin virtualenv to pre-breaking major version |
| 66 | + run: pipx inject --force hatch "virtualenv<21" |
63 | 67 | - name: Run the unit tests |
64 | 68 | run: | |
65 | 69 | hatch run test:nowarn || hatch -v run test:nowarn --lf |
|
70 | 74 | steps: |
71 | 75 | - uses: actions/checkout@v4 |
72 | 76 | - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 |
| 77 | + - name: Pin virtualenv to pre-breaking major version |
| 78 | + run: pipx inject --force hatch "virtualenv<21" |
73 | 79 | - name: Run Linters |
74 | 80 | run: | |
75 | 81 | hatch run typing:test |
|
83 | 89 | steps: |
84 | 90 | - uses: actions/checkout@v4 |
85 | 91 | - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 |
| 92 | + - name: Pin virtualenv to pre-breaking major version |
| 93 | + run: pipx inject --force hatch "virtualenv<21" |
86 | 94 | - name: Build the docs |
87 | 95 | run: hatch run docs:build |
88 | 96 |
|
|
97 | 105 | uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 |
98 | 106 | with: |
99 | 107 | dependency_type: pre |
| 108 | + - name: Pin virtualenv to pre-breaking major version |
| 109 | + run: pipx inject --force hatch "virtualenv<21" |
100 | 110 | - name: Run the tests |
101 | 111 | run: | |
102 | 112 | hatch run test:nowarn || hatch run test:nowarn --lf |
@@ -133,6 +143,8 @@ jobs: |
133 | 143 | uses: actions/checkout@v4 |
134 | 144 | - name: Base Setup |
135 | 145 | uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 |
| 146 | + - name: Pin virtualenv to pre-breaking major version |
| 147 | + run: pipx inject --force hatch "virtualenv<21" |
136 | 148 | - name: Install Dependencies |
137 | 149 | run: | |
138 | 150 | pip install -e . |
|
0 commit comments