Use catthehacker/ubuntu:act-22.04 for tests
This commit is contained in:
parent
3677295580
commit
aa0b8ee6f9
1 changed files with 2 additions and 5 deletions
|
|
@ -11,15 +11,12 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: python:3.12-slim
|
||||
image: catthehacker/ubuntu:act-22.04
|
||||
|
||||
steps:
|
||||
- name: Install git
|
||||
run: apt-get update && apt-get install -y --no-install-recommends git
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install Python dependencies
|
||||
run: pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
- name: Django system check
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue