Skip to content

Commit

Permalink
fix matrix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Oct 30, 2023
1 parent a12d112 commit 81f6889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
. venv/bin/activate
pip install pendulum==3.0.0b1
if: matrix.python-version == '3.12'
if: matrix.python == '3.12'

- name: Poetry install
run: |
Expand Down

0 comments on commit 81f6889

Please sign in to comment.