stringify python version

This commit is contained in:
Khalim Conn-Kowlessar 2023-09-12 15:56:18 +01:00
parent 2dfcdc8f56
commit 558c916878

View file

@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
# python-version: ${{ matrix.python-version }} # python-version: ${{ matrix.python-version }}
python-version: 3.10 python-version: '3.10'
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip