Change test name and download path

pull/13171/head
Deanna Garcia 2 years ago
parent f0c0385a5a
commit c0d3ff4ca5
  1. 4
      .github/workflows/source_distribution_tests.yml

@ -1,4 +1,4 @@
name: Python Tests
name: Python Source Distribution Tests
on:
push:
@ -67,7 +67,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: python-wheels
path: wheels
path: ${{ github.workspace }}
- name: Extract tar
run: tar -xzvf *.tar.gz
- uses: actions/setup-python@v2

Loading…
Cancel
Save