summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-01-17 19:25:18 +0200
committerYuval Adam <_@yuv.al>2022-01-17 19:25:18 +0200
commita7837f981a9f4fa944091db875209d2d7ec8956b (patch)
treed68fa8123bcdbc7173eea562d80c2fcb35acb2ce
parent130c70c609d24f37cbcc42fbfb39633d83abb999 (diff)
Fix python version bug in CI
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 117eecf..532063e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.7, 3.8, 3.9, 3.10]
+ python-version: [3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2