Skip to content

Commit

Permalink
./app
Browse files Browse the repository at this point in the history
  • Loading branch information
BiGHeaDMaX committed Nov 7, 2023
1 parent 1c315d2 commit aaacfe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-docker-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: Install dependencies
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Run tests with pytest
run: |
cd app
cd ./app
pytest
#build_and_restart:
Expand Down

0 comments on commit aaacfe8

Please sign in to comment.