Added missing checkout
This commit is contained in:
parent
94bf0cdc18
commit
e4d1781954
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: python:3.11.0
|
container: python:3.11.0
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout source code
|
||||||
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- name: Setup venv
|
- name: Setup venv
|
||||||
run: |
|
run: |
|
||||||
cd backend
|
cd backend
|
||||||
|
@ -26,6 +28,8 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: python:3.11.0
|
container: python:3.11.0
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout source code
|
||||||
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- name: Setup venv and install packages
|
- name: Setup venv and install packages
|
||||||
run: |
|
run: |
|
||||||
cd backend
|
cd backend
|
||||||
|
|
Loading…
Reference in a new issue