mirror of https://github.com/snachodog/mybuddy.git
Print Python package versions used in CI
This commit is contained in:
parent
84c54856f6
commit
9361b81ae1
|
@ -20,6 +20,9 @@ runs:
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pipenv install --dev
|
run: pipenv install --dev
|
||||||
|
- name: Print installed dependency versions
|
||||||
|
shell: bash
|
||||||
|
run: pipenv graph
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
Loading…
Reference in New Issue