Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Mar 16, 2024
1 parent 2200d63 commit 1d1256f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v3

- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v3
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3

- uses: ./.github/actions/install
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -32,6 +34,8 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3

- uses: ./.github/actions/install
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -49,6 +53,8 @@ jobs:
test_type: ['tasks']
# test_type: ['tasks', 'workflows', 'scans']
steps:
- uses: actions/checkout@v3

- uses: ./.github/actions/install
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 1d1256f

Please sign in to comment.