Răsfoiți Sursa

CI: fix typo in build

It seems Python 3.6 and 3.10 were actually not tested because apparently the build.yaml only tested for Python 3.8.
Mikael Koli 3 ani în urmă
părinte
comite
14b0b82eb9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -33,7 +33,7 @@ jobs:
     - name: Setup Python
       uses: actions/setup-python@v2
       with:
-        python-version: ${{ matrix.python }}
+        python-version: ${{ matrix.python-version }}
 
     - name: Install dependencies
       run: |