Skip to content

Commit

Permalink
[CI] Print Python & Cuda env (ModelCloud#263)
Browse files Browse the repository at this point in the history
* print env

* print env in build
  • Loading branch information
CSY-ModelCloud authored Jul 23, 2024
1 parent 1b95374 commit 7f84ba8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
container:
image: ${{ needs.check-vm.outputs.ip }}:5000/modelcloud/gptqmodel:github-ci-v2
steps:
- name: Print Env
shell: bash
run: |
python --version
nvcc --version
- name: Checkout Codes
uses: actions/checkout@v4
with:
Expand All @@ -120,8 +126,13 @@ jobs:
if: needs.check-vm.outputs.tag == 'amd'
container:
image: ${{ needs.check-vm.outputs.ip }}:5000/modelcloud/gptqmodel:github-ci-v2

steps:
- name: Print Env
shell: bash
run: |
python --version
nvcc --version
- name: Checkout Codes
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7f84ba8

Please sign in to comment.