Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix build, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Oct 11, 2023
1 parent 343b712 commit 5792f80
Show file tree
Hide file tree
Showing 4 changed files with 729 additions and 881 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10.x'
- uses: snok/install-poetry@v1.3.1
- uses: snok/install-poetry@v1
with:
virtualenvs-create: true
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10.x'
- uses: snok/install-poetry@v1.3.1
- uses: snok/install-poetry@v1
with:
virtualenvs-create: true
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.10.x
- uses: snok/install-poetry@v1.3.1
- uses: snok/install-poetry@v1
with:
virtualenvs-create: true
- name: Install Dependencies
Expand Down
Loading

0 comments on commit 5792f80

Please sign in to comment.