diff options
author | Marvin Borner | 2023-08-17 19:23:35 +0200 |
---|---|---|
committer | Marvin Borner | 2023-08-17 19:23:35 +0200 |
commit | 58f07302989f945b109c0c69d9e96444514ef1a6 (patch) | |
tree | bc3ebf3f3585ba486c3d489e913fd562c7887a5e | |
parent | 0c74a77aa9aefd137e098bf2b7ba2a6d1c000741 (diff) |
Pherkel is an idiot
-rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a307ede..3480462 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -10,7 +10,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: 3.10 + python-version: "3.10" - name: Install poetry run: | python -m pip install --upgrade pip |