Skip to content

Commit 89ca01b

Browse files
committed
Change where calls to type -a
1 parent 4a8bb2d commit 89ca01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies
26-
run: where python && python --version && python -m pip install . --group dev
26+
run: type -a python && python --version && python -m pip install . --group dev
2727
- name: Run test suite
28-
run: where python && python --version && python -m tox -e py
28+
run: type -a python && python --version && python -m tox -e py
2929
# [BJ] I'll uncomment this step after I finish fiddling
3030
# fossa-scan:
3131
# uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main

0 commit comments

Comments
 (0)