Skip to content

Commit

Permalink
ci: enable setting python version for package build
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 23, 2024
1 parent eb78566 commit 118d5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Set up Python 🐍
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: ${{ matrix.python-version || '3.x' }}

- name: Pull reusable 🤖 actions️
uses: actions/checkout@v4
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Set up Python 🐍 ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version || '3.x' }}

- name: Pull reusable 🤖 actions️
uses: actions/checkout@v4
Expand Down

0 comments on commit 118d5ec

Please sign in to comment.