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