Skip to content

Commit

Permalink
Update random_files_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-fiorito-11 committed Apr 22, 2022
1 parent 5c5d53e commit ec64305
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/random_files_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
# The branch, tag or SHA to checkout. When checking out the repository that
# triggered a workflow, this defaults to the reference or SHA for that event.
# Otherwise, defaults to `master`.
ref: 'develop'
- uses: "actions/setup-python@v2"
with:
python-version: "3.6"
Expand Down

0 comments on commit ec64305

Please sign in to comment.