Skip to content

Commit 284bd8a

Browse files
committed
Removed pinning pon virtualenv
1 parent eb37cf0 commit 284bd8a

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- 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"
4341
- name: Run Tests
4442
run: hatch run cov:test
4543
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1
@@ -62,8 +60,6 @@ jobs:
6260
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
6361
with:
6462
dependency_type: minimum
65-
- name: Pin virtualenv to pre-breaking major version
66-
run: pipx inject --force hatch "virtualenv<21"
6763
- name: Run the unit tests
6864
run: |
6965
hatch run test:nowarn || hatch -v run test:nowarn --lf
@@ -74,8 +70,6 @@ jobs:
7470
steps:
7571
- uses: actions/checkout@v4
7672
- 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"
7973
- name: Run Linters
8074
run: |
8175
hatch run typing:test
@@ -89,8 +83,6 @@ jobs:
8983
steps:
9084
- uses: actions/checkout@v4
9185
- 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"
9486
- name: Build the docs
9587
run: hatch run docs:build
9688

@@ -105,8 +97,6 @@ jobs:
10597
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
10698
with:
10799
dependency_type: pre
108-
- name: Pin virtualenv to pre-breaking major version
109-
run: pipx inject --force hatch "virtualenv<21"
110100
- name: Run the tests
111101
run: |
112102
hatch run test:nowarn || hatch run test:nowarn --lf
@@ -143,8 +133,6 @@ jobs:
143133
uses: actions/checkout@v4
144134
- name: Base Setup
145135
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"
148136
- name: Install Dependencies
149137
run: |
150138
pip install -e .

0 commit comments

Comments
 (0)