Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 2a1a552

Browse files
authored
Merge pull request #8 from microsoft/dciborow-patch-2
Update validation.yml
2 parents fc8ac73 + 259a182 commit 2a1a552

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
pypi_repo: testpypi
3535
version_suffix: -post${{ github.run_number }}-dev${{ github.run_attempt }}
3636
workdir: ${{ inputs.workdir }}
37+
python_version: ${{ inputs.python-version }}
3738

3839
- name: Publish RC to PyPi
3940
uses: microsoft/pyaction@0.3.16
@@ -43,6 +44,7 @@ jobs:
4344
pypi_password: ${{ secrets.PYPI_PASSWORD }}
4445
version_suffix: -rc${{ github.run_number }}-post${{ github.run_attempt }}
4546
workdir: ${{ inputs.workdir }}
47+
python_version: ${{ inputs.python-version }}
4648

4749
- name: Publish Release to PyPi
4850
uses: microsoft/pyaction@0.3.16
@@ -51,3 +53,4 @@ jobs:
5153
pypi_publish: true
5254
pypi_password: ${{ secrets.PYPI_PASSWORD }}
5355
workdir: ${{ inputs.workdir }}
56+
python_version: ${{ inputs.python-version }}

.github/workflows/validation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525
args: -m integration
2626
steps:
2727
- uses: actions/checkout@v2
28-
- uses: actions/setup-python@v4.6.0
29-
with:
30-
python-version: ${{ inputs.python-version }}
3128
- name: ${{ matrix.tools }}
3229
uses: microsoft/action-python@0.3.15
3330
with:
3431
${{ matrix.tools }}: true
3532
args: ${{ matrix.args }}
3633
workdir: ${{ inputs.workdir }}
3734
testdir: ${{ inputs.testdir }}
35+
python_version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)