We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b298c commit 25e9da3Copy full SHA for 25e9da3
.github/workflows/build-and-test.yml
@@ -17,6 +17,9 @@ jobs:
17
env:
18
POETRY_VIRTUALENVS_CREATE: false
19
steps:
20
+ - uses: actions/setup-python@v5
21
+ with:
22
+ python-version: "3.12"
23
- uses: Gr1N/setup-poetry@v9
24
- uses: actions/checkout@v4
25
with:
.gitignore
@@ -1,3 +1,6 @@
1
+# Don't commit the poetry.lock file for this library project
2
+poetry.lock
3
+
4
# Local Files
5
local/
6
.vscode/
0 commit comments