Skip to content

Commit

Permalink
update repository from template
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Nov 9, 2023
1 parent efe2021 commit 9427f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install poetry from PyPI
uses: install-pinned/poetry@d95a199a06c2eb4e23169dd4f7139bb645b9dbe2 # 1.3.2

- run: poetry init --name lockenv --python "^3.7" --directory ${{ runner.temp }} --no-interaction
- run: poetry init --name lockenv --python "^3.8" --directory ${{ runner.temp }} --no-interaction
- name: "Run poetry add isort ..."
shell: python
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- ⚠️auto-generated from init.py, do not edit manually ⚠️-->
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

![](https://shields.io/badge/python-%3E=3.7-blue)
![](https://shields.io/badge/python-%3E=3.8-blue)
![](https://shields.io/badge/runner%20os-Windows%20%7C%20Linux%20%7C%20macOS-blue)

Securely install the latest [isort](https://pypi.org/project/isort/) release from PyPI.
Expand Down

0 comments on commit 9427f31

Please sign in to comment.