diff options
author | laixintao <laixintaoo@gmail.com> | 2023-10-30 14:39:50 +0800 |
---|---|---|
committer | laixintao <laixintaoo@gmail.com> | 2023-10-30 14:39:50 +0800 |
commit | 81f68896fc6c53f500ea26f3d2dd015be99e278a (patch) | |
tree | 1e2f25adfca563fea1d195865eb827249d15b654 /.github | |
parent | a12d1121ce049425ec454a2323c2e7b51d70bbce (diff) |
fix matrix python version
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4f4e3d6..1074f15 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: | |