mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-25 20:50:43 -05:00
build: testing the build out
This commit is contained in:
parent
64a60c89cf
commit
8ad8e9c3a1
1 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: echo "hello"
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
|
- run: pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue