We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
where
type -a
1 parent 4a8bb2d commit 89ca01bCopy full SHA for 89ca01b
.github/workflows/test.yml
@@ -23,9 +23,9 @@ jobs:
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Install dependencies
26
- run: where python && python --version && python -m pip install . --group dev
+ run: type -a python && python --version && python -m pip install . --group dev
27
- name: Run test suite
28
- run: where python && python --version && python -m tox -e py
+ run: type -a python && python --version && python -m tox -e py
29
# [BJ] I'll uncomment this step after I finish fiddling
30
# fossa-scan:
31
# uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
0 commit comments