Skip to content

Commit

Permalink
Configure python matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunamak committed Feb 27, 2024
1 parent 2faa991 commit 1e8e3ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
python-version: [3.11]
node-version: [20]

steps:
- uses: actions/checkout@v4
Expand All @@ -23,10 +24,10 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('selfie-ui/**/yarn.lock') }}-
- name: Use Python
- name: Use Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: ${{ matrix.python-version }}

- name: Install Poetry
run: |
Expand Down

0 comments on commit 1e8e3ce

Please sign in to comment.