Skip to content

Commit

Permalink
Checkout code first
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Mar 24, 2024
1 parent fc32fa0 commit 8febf98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
shell: bash -l {0}

steps:
- name: Checkout the code
uses: actions/checkout@v4

- name: Set env vars
run: |
set -vxeuo pipefail
Expand All @@ -43,9 +46,6 @@ jobs:
env | sort -u
- name: Checkout the code
uses: actions/checkout@v4

# - name: checkout NSLS-II/conda-pack-template
# run: |
# git clone https://github.com/NSLS-II/conda-pack-template ${CONDA_PACK_TEMPLATE_DIR}
Expand Down

0 comments on commit 8febf98

Please sign in to comment.