From bfc9a0f1a6c504f14b2bf219342871a01d9fbba2 Mon Sep 17 00:00:00 2001 From: Douglas Mennella Date: Tue, 5 Sep 2023 19:41:37 +0900 Subject: [PATCH] debugging actions issue. see if this causes trouble.. --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9caca4..3ba6f63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,11 @@ jobs: - name: Install poethepoet run: python -m pip install poethepoet #---------------------------------------------- + # install poethepoet + #---------------------------------------------- + - name: Install poethepoet + run: pip install requests -U + #---------------------------------------------- # ----- install & configure poetry ----- #---------------------------------------------- - name: Install Poetry