Skip to content

Commit aa0b59a

Browse files
authored
Merge pull request #69 from dexplo/update_dependencies
update release docs permitted python github actions
2 parents 67803b8 + 2328106 commit aa0b59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- uses: actions/[email protected]
103103
- uses: actions/setup-python@v2
104104
with:
105-
python-version: 3.x
105+
python-version: "3.9"
106106
# grab poetry, use it to install dependencies and package
107107
- run: pip install poetry
108108
- run: poetry config virtualenvs.create false --local

0 commit comments

Comments
 (0)