Skip to content

Commit

Permalink
fix: add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado committed May 16, 2024
1 parent 28937b2 commit 71c48e0
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,10 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.GH_TOKEN || github.token }}
- name: Set globals
id: globals
shell: bash
run: |
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> "${GITHUB_OUTPUT}"
echo "RUNNER_OS=${{ matrix.runner.os}}" >> "${GITHUB_OUTPUT}"
- uses: pantos-io/ci-workflows/.github/actions/install-python-deps@v1
env:
PYTHON_VERSION: '${{ matrix.python-version }}'
RUNNER_OS: '${{ matrix.os }}'

with:
python-version: ${{ matrix.python-version }}
runner-os: ${{ matrix.os }}
- name: UnitTest
env:
PYTHON_VERSION: '${{ matrix.python-version }}'
Expand Down

0 comments on commit 71c48e0

Please sign in to comment.