mirror of
https://github.com/wallabag/docker
synced 2025-12-20 13:11:48 +00:00
Update Python version in GitHub Actions
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.5
|
python-version: 3.11
|
||||||
|
|
||||||
- name: "Build image"
|
- name: "Build image"
|
||||||
run: docker-compose -f tests/docker-compose.${{ matrix.database }}.yml build
|
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
|
run: docker-compose -f tests/docker-compose.${{ matrix.database }}.yml up -d
|
||||||
|
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: |
|
run: pip install pytest requests
|
||||||
pip install pytest
|
|
||||||
pip install requests
|
|
||||||
|
|
||||||
- name: "Check running instance"
|
- name: "Check running instance"
|
||||||
run: docker ps
|
run: docker ps
|
||||||
|
|||||||
Reference in New Issue
Block a user