Skip to content

Commit 3f4c8fc

Browse files
committed
fix test again :)
1 parent 2d9a565 commit 3f4c8fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
python-version: '3.11'
3535
- name: Update docker-compose
3636
uses: docker/setup-buildx-action@v3
37+
- name: Install Docker Compose
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install -y docker-compose
3741
- name: run tests
3842
run: docker-compose run --rm api pytest -vv
3943

0 commit comments

Comments
 (0)