More debugging
This commit is contained in:
parent
30609363c9
commit
71c248d7bd
|
@ -1,7 +1,7 @@
|
||||||
name: Python Package
|
name: Python Package
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: 3.12.2
|
PYTHON_VERSION: 3.11
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
@ -16,7 +16,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setting up Python ${{ env.PYTHON_VERSION }}
|
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{RUNNER_ARCH}} ${{RUNNER_OS}}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [test]
|
needs: [test]
|
||||||
steps:
|
steps:
|
||||||
- name: Setting up Python ${{ env.PYTHON_VERSION }}
|
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{RUNNER_ARCH}} ${{RUNNER_OS}}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user