Woopsie in Action again
This commit is contained in:
parent
0c8e6f7602
commit
5675831903
@ -7,15 +7,15 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: python:3.9
|
image: python:3.9
|
||||||
steps:
|
steps:
|
||||||
- run: python --version
|
|
||||||
- run: pip --version
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: List files in the repository
|
|
||||||
- run: |
|
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
- run: pip install -r requirements.txt
|
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
- name: List files in the repository
|
||||||
|
run: |
|
||||||
|
ls ${{ gitea.workspace }}
|
||||||
|
- run: python --version
|
||||||
|
- run: pip --version
|
||||||
|
- run: pip install -r requirements.txt
|
||||||
|
|
||||||
Build-Image:
|
Build-Image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user