Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 9b81e07

Browse files
committed
update cicd
1 parent 55c55b4 commit 9b81e07

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,20 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
26-
2726
- name: Setup python
2827
uses: actions/setup-python@v5
2928
with:
30-
python-version: $PYTHON_VERSION
31-
29+
python-version: '3.10'
3230
- name: Install Azurite
3331
run: |
3432
npm install -g azurite
3533
mkdir azurite
3634
azurite --silent --location azurite --debug azurite\debug.log &
37-
3835
- name: Install dependencies
3936
working-directory: backend
4037
run: |
4138
pip install poetry
4239
poetry install
43-
4440
- name: Run integration tests
4541
working-directory: backend
4642
run: |

0 commit comments

Comments
 (0)