From ccb809c7adc13418014630e093d635f94040f27f Mon Sep 17 00:00:00 2001 From: Brad Brown Date: Wed, 1 Jun 2022 08:44:02 -0500 Subject: [PATCH] sigh, GH hates numbers --- .github/workflows/last-pull.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/last-pull.yml b/.github/workflows/last-pull.yml index 14475fe..d30cbbd 100644 --- a/.github/workflows/last-pull.yml +++ b/.github/workflows/last-pull.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: '3.10' - name: Install Poetry run: pip install poetry diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 70b6837..ec6ae78 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: '3.10' - name: Install Poetry run: pip install poetry