Skip to content

Commit

Permalink
Debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed Nov 3, 2024
1 parent cbb8a3a commit a8b90d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.8'
architecture: 'x86'
- uses: abatilo/actions-poetry@v2
- name: Install dependencies
run: poetry install
Expand All @@ -76,6 +77,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- uses: abatilo/actions-poetry@v2
- name: Install dependencies
run: |
Expand All @@ -96,6 +99,8 @@ jobs:
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: '3.8'
# - uses: abatilo/actions-poetry@v2
# - name: Install dependencies
# run: poetry install
Expand Down

0 comments on commit a8b90d3

Please sign in to comment.