bump ubuntu version used for tests
This commit is contained in:
parent
5faeb13872
commit
dc222e3636
3 changed files with 5 additions and 5 deletions
2
.github/workflows/debian.yml
vendored
2
.github/workflows/debian.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
|
|
||||||
- name: Add some links to test
|
- name: Add some links to test
|
||||||
run: |
|
run: |
|
||||||
mkdir data && cd data
|
mkdir "${{ github.workspace }}/data" && cd "${{ github.workspace }}/data"
|
||||||
archivebox init
|
archivebox init
|
||||||
archivebox add 'https://example.com'
|
archivebox add 'https://example.com'
|
||||||
archivebox version
|
archivebox version
|
||||||
|
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-20.04, macos-latest, windows-latest]
|
||||||
python: [3.7]
|
python: [3.7]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -108,8 +108,8 @@ jobs:
|
||||||
|
|
||||||
- name: Init data dir
|
- name: Init data dir
|
||||||
run: |
|
run: |
|
||||||
mkdir data
|
mkdir "${{ github.workspace }}/data"
|
||||||
docker run -v "$PWD"/data:/data "$DOCKER_IMAGE" init
|
docker run -v "${{ github.workspace }}/data":/data "$DOCKER_IMAGE" init
|
||||||
|
|
||||||
- name: Run test server
|
- name: Run test server
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -5,5 +5,5 @@ Package3: archivebox
|
||||||
Suite: focal
|
Suite: focal
|
||||||
Suite3: focal
|
Suite3: focal
|
||||||
Build-Depends: dh-python, python3-pip, python3-setuptools, python3-wheel, python3-stdeb
|
Build-Depends: dh-python, python3-pip, python3-setuptools, python3-wheel, python3-stdeb
|
||||||
Depends3: nodejs, chromium-browser, wget, curl, git, ffmpeg, youtube-dl, python3-atomicwrites, python3-croniter, python3-crontab, python3-dateparser, python3-django, python3-django-extensions, python3-mypy-extensions, python3-requests, python3-w3lib, ripgrep
|
Depends3: nodejs, chromium-browser, wget, curl, git, ffmpeg, youtube-dl, python3-atomicwrites, python3-croniter, python3-crontab, python3-dateparser, python3-django, python3-django-extensions, python3-django-jsonfield, python3-mypy-extensions, python3-requests, python3-w3lib, ripgrep
|
||||||
XS-Python-Version: >= 3.7
|
XS-Python-Version: >= 3.7
|
||||||
|
|
Loading…
Add table
Reference in a new issue