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 9b55806 commit 04f5fefCopy full SHA for 04f5fef
.github/workflows/testing_fastapi.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Set up Python
43
uses: actions/setup-python@v6
44
with:
45
- python-version: ${ env.MIN_PYTHON_VERSION }
+ python-version: ${{ env.MIN_PYTHON_VERSION }}
46
- name: Build package
47
run: cargo build --release -F fastapi
48
- name: Run creation
0 commit comments