Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSalinas98 committed Aug 18, 2023
1 parent 01eb5c5 commit 2710d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python3 -m scipioninstaller -conda -noXmipp -noAsk scipion
# Installing scipion-chem
# Checkout scipion-chem to Pull Request branch if exists, by default stays in devel
# Checkout to Pull Request branch if exists, by default stays in devel
- name: Install scipion-chem (in branch ${{ github.head_ref }} if exists)
working-directory: ${{ github.workspace }}/../
env:
Expand All @@ -52,7 +52,7 @@ jobs:
scipion/scipion3 installp -p $REPO_NAME --devel
# Installing scipion-chem-autodock
# Checkout scipion-chem-autodock to Pull Request branch if exists, by default stays in devel
# Checkout to Pull Request branch if exists, by default stays in devel
- name: Install scipion-chem-autodock (in branch ${{ github.head_ref }} if exists)
working-directory: ${{ github.workspace }}/../
env:
Expand Down

0 comments on commit 2710d00

Please sign in to comment.