Skip to content

Commit 2d0a819

Browse files
committed
remove unnecessary just installs from testing workflow
1 parent 2d04fb8 commit 2d0a819

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
PYTHON_PATH: ${{ steps.sp.outputs.python-path }}
6969
run: |
7070
just setup "$PYTHON_PATH"
71-
just install
7271
- name: Run Unit Tests
7372
run: |
7473
just test
@@ -124,7 +123,6 @@ jobs:
124123
PYTHON_PATH: ${{ steps.sp.outputs.python-path }}
125124
run: |
126125
just setup "$PYTHON_PATH"
127-
just install
128126
- name: Run Unit Tests
129127
run: |
130128
just test
@@ -178,7 +176,6 @@ jobs:
178176
PYTHON_PATH: ${{ steps.sp.outputs.python-path }}
179177
run: |
180178
just setup "$env:PYTHON_PATH"
181-
just install
182179
- name: Run Unit Tests
183180
run: |
184181
just test
@@ -213,7 +210,6 @@ jobs:
213210
PYTHON_PATH: ${{ steps.sp.outputs.python-path }}
214211
run: |
215212
just setup "$PYTHON_PATH"
216-
just install
217213
218214
- name: Get coverage files
219215
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131

0 commit comments

Comments
 (0)