From 78c5040a238f0a4d299823c05bef58a48f49ca96 Mon Sep 17 00:00:00 2001 From: Douglas Mennella Date: Tue, 5 Sep 2023 19:46:09 +0900 Subject: [PATCH] Make names that will be useful --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ba6f63..bf241ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,9 +27,9 @@ jobs: - name: Install poethepoet run: python -m pip install poethepoet #---------------------------------------------- - # install poethepoet + # testing for errors #---------------------------------------------- - - name: Install poethepoet + - name: install requests? run: pip install requests -U #---------------------------------------------- # ----- install & configure poetry -----