Fix version
This commit is contained in:
parent
78a57ba120
commit
b7e0b32909
1 changed files with 4 additions and 4 deletions
8
.github/workflows/pelican-test.yaml
vendored
8
.github/workflows/pelican-test.yaml
vendored
|
@ -8,10 +8,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- 3.8
|
||||
- 3.9
|
||||
- 3.10
|
||||
- 3.11
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue