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

Merge pull request #308 from ngosang/feature/actions

Update Python version in GitHub Actions
This commit is contained in:
Jérémy Benoist
2022-11-02 09:56:41 +01:00
committed by GitHub

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