Skip to content

Commit

Permalink
Do not clone in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHerreros committed Feb 1, 2024
1 parent bf91bbc commit 37375de
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,9 @@ jobs:
bash Miniconda3-latest-Linux-x86_64.sh -b -p ${{ github.workspace }}/../miniconda/
source ./miniconda/etc/profile.d/conda.sh
conda update -n base -c defaults conda -y
# Cloning Flexutils
- name: Cloning Flexutils-Toolkit
working-directory: ${{ github.workspace }}/../
run: git clone https://github.com/I2PC/Flexutils-Toolkit.git
# Checkout Flexutils to Pull Request branch if exists, by default stays in devel
- name: Conditionally checkout Flexutils to ${{ github.head_ref }}
# Checkout Flexutils-Toolkit to Pull Request branch if exists, by default stays in devel
- name: Conditionally checkout Flexutils-Toolkit to ${{ github.head_ref }}
working-directory: ${{ github.workspace }}/../Flexutils-Toolkit
env:
BRANCH_NAME: ${{ github.head_ref }}
Expand Down

0 comments on commit 37375de

Please sign in to comment.