1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Update Python version in GitHub Actions

This commit is contained in:
ngosang
2022-10-29 02:51:41 +02:00
parent ae9214ea87
commit 3f4a4c7625

View File

@@ -31,7 +31,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.5
python-version: 3.11
- name: "Build image"
run: docker-compose -f tests/docker-compose.${{ matrix.database }}.yml build
@@ -40,9 +40,7 @@ jobs:
run: docker-compose -f tests/docker-compose.${{ matrix.database }}.yml up -d
- name: "Install dependencies"
run: |
pip install pytest
pip install requests
run: pip install pytest requests
- name: "Check running instance"
run: docker ps