Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Oct 11, 2024
1 parent b7a2233 commit 0bf98b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:


env:
PYTHON_VERSION: 3.10.15
PYTHON_VERSION: 3.11
AZURE_RESOURCE_GROUP_NAME: "azure-ml-gui"
AZURE_LOCATION: "northeurope"
AZURE_ML_WORKSPACE_NAME: "cats-dogs-gui"
Expand All @@ -18,7 +18,7 @@ permissions:
contents: write
packages: write
jobs:
lint:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,5 +33,5 @@ jobs:
- name: Install dependencies
working-directory: production/api
run: |
python -m pip wheel --no-cache-dir --use-pep517 "llvmlite (==0.34.0)
python -m pip wheel --no-cache-dir --use-pep517 "llvmlite (==0.34.0)"
poetry install
2 changes: 1 addition & 1 deletion production/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["[email protected]"]


[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
fastapi = "^0.95.0"
uvicorn = {extras = ["standard"], version = "^0.21.1"}
openai-whisper = "20240930"
Expand Down

0 comments on commit 0bf98b7

Please sign in to comment.