Skip to content

#3 checkout the code #6

#3 checkout the code

#3 checkout the code #6

Workflow file for this run

name: Build Daily Dragon
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.12
- run: pwd
- run: tree
- run: pip install -r requirements.txt