Skip to content

Commit

Permalink
I-51 matrix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IroNEDR committed Aug 15, 2024
1 parent 931c27e commit 6ba5757
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
python-version: "3.6"
matrix:
python-version: ["3.6"]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ python-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ python-version }}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6ba5757

Please sign in to comment.