aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-03-11 19:14:19 +0100
committerMartin Polden <mpolden@mpolden.no>2022-03-11 19:14:19 +0100
commitde20e5af703c8b62f63e3c4445133c798ea6e1ad (patch)
treee74010a9bacfbd51e170c3c6e763d6570d441593
parent16e577390d50e5d8deb4c355164e9d0b84f947a7 (diff)
build: YAML is a garbage fire
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2c232e4..3d85ef3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
- 3.7
- 3.8
- 3.9
- - 3.10
+ - "3.10"
steps:
- uses: actions/checkout@v2
- name: install python ${{ matrix.python-version }}