Skip to content

Commit

Permalink
debugging actions issue. see if this causes trouble..
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Mennella committed Sep 5, 2023
1 parent 9b95c91 commit bfc9a0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfc9a0f

Please sign in to comment.