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 e64e014 commit 803a849Copy full SHA for 803a849
.github/workflows/python-check.yaml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: ["ubuntu-latest"]
+ os: ["ubuntu-20.04"]
17
python_version: ["3.10"]
18
steps:
19
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
27
python3 -m pip install --upgrade pip
28
python3 -m pip install -r requirements-dev.txt
29
- name: Lint with ruff
30
- run: ruff check .
+ run: ruff .
31
- name: Check formatting with black
32
run: black . --check --verbose
33
- name: Run tests
requirements.txt
@@ -4,7 +4,7 @@
4
5
azure-functions>=1.12.0
6
py-staticmaps==0.4.0
7
-fastapi==0.111.0
+fastapi==0.114.2
8
Pillow==9.5.0
9
nest-asyncio==1.6.0
10
opentelemetry-instrumentation-fastapi==0.46b0
0 commit comments