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 -----