Skip to content

Commit

Permalink
adding checkout to pip-squeak
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed May 19, 2024
1 parent 8291564 commit da6e006
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:

tests:
runs-on: ${{ matrix.os }}
<<<<<<< Updated upstream
timeout-minutes: 15 # Consider increasing timeout
=======
timeout-minutes: 15
>>>>>>> Stashed changes

strategy:
fail-fast: false
Expand Down Expand Up @@ -72,7 +76,11 @@ jobs:
python-version: 3.12

- name: Check-out repository
<<<<<<< Updated upstream
uses: actions/checkout@v2
=======
uses: actions/checkout@v3
>>>>>>> Stashed changes
with:
fetch-depth: 0

Expand All @@ -81,10 +89,17 @@ jobs:
# if: needs.cd.outputs.released == 'true'
runs-on: ubuntu-latest
steps:
<<<<<<< Updated upstream
# - name: Checkout the code with tag ${{ needs.cd.outputs.tag }}
# uses: actions/checkout@v3
# with:
# ref: ${{ needs.cd.outputs.tag }}
=======
- name: Checkout the code with tag # ${{ needs.cd.outputs.tag }}
uses: actions/checkout@v3
# with:
# ref: ${{ needs.cd.outputs.tag }}
>>>>>>> Stashed changes

- name: Set up Python 3.12
uses: actions/setup-python@v4
Expand Down

0 comments on commit da6e006

Please sign in to comment.