Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Aug 8, 2022
1 parent 1fdfa62 commit d45b75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
pip install --upgrade pip
pip install shiv
pip install poetry
pip install django==3
pip install poetry2setup
- name: Add CURRENT_TIME env property
# the smart thing to do here would be to use the commit hash, but
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.1.1
- uses: snok/install-poetry@v1.3.1
with:
virtualenvs-create: true
- name: Install Dependencies
Expand Down

0 comments on commit d45b75d

Please sign in to comment.