Skip to content

Commit

Permalink
Debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed Nov 4, 2024
1 parent 52192ee commit 5b5847b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- uses: abatilo/actions-poetry@v2
- run: |
sudo apt-get update
sudo apt-get install -y python3-poetry
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 5b5847b

Please sign in to comment.