Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update API to rest framework #34

Merged
merged 16 commits into from
Jun 23, 2024
Prev Previous commit
Next Next commit
Update azure_app_testmwa2.yml
  • Loading branch information
SteveKueng committed Jun 1, 2024
commit b4af3d641b618dd0fb8907d9ce7bc5842e17b647
3 changes: 3 additions & 0 deletions .github/workflows/azure_app_testmwa2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
python-version: '3.12'

- name: install prerequisites
run: apt-get install python3-dev -y

- name: Create and start virtual environment
run: |
python -m venv venv
Expand Down
Loading