Skip to content

Commit 04f5fef

Browse files
committed
Fix env var reference
1 parent 9b55806 commit 04f5fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_fastapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python
4343
uses: actions/setup-python@v6
4444
with:
45-
python-version: ${ env.MIN_PYTHON_VERSION }
45+
python-version: ${{ env.MIN_PYTHON_VERSION }}
4646
- name: Build package
4747
run: cargo build --release -F fastapi
4848
- name: Run creation

0 commit comments

Comments
 (0)