Skip to content

Commit 9a85714

Browse files
committed
tests: Remove test_python_location
1 parent f17b52a commit 9a85714

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/test_actions.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -212,22 +212,6 @@ jobs:
212212
project-directory: test-project
213213
expected-version: 1.0.2.dev1
214214

215-
test_python_location:
216-
runs-on: ${{ matrix.os }}
217-
strategy:
218-
matrix:
219-
os: [windows-latest, ubuntu-latest]
220-
python-version: [3.11, pypy3.11]
221-
steps:
222-
- uses: actions/[email protected]
223-
with:
224-
python-version: ${{ matrix.python-version }}
225-
- run: ls -al "$pythonLocation"
226-
shell: bash
227-
- run: |
228-
"$pythonLocation/python" -V
229-
shell: bash
230-
231215
# This job is intended to combine the test results so we don't have to list
232216
# each matrix combination in the required status check settings. There are a
233217
# lot of corner cases that make this harder than it should be; see See

0 commit comments

Comments
 (0)