Skip to content

Commit

Permalink
removing additional statements
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Araripe committed Jan 8, 2024
1 parent 9ae5577 commit 3c7f082
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:

- name: Install Clustal Omega, MAFFT & add to PATH
run: |
ls -la
export HOME_DIR=$PWD
echo "Home directory is: $HOME_DIR"
echo "Current directory is: $PWD"
if [ "${{ runner.os }}" = "macOS" ]; then
wget http://www.clustal.org/omega/clustal-omega-1.2.3-macosx -O clustalo && chmod +x clustalo
brew install mafft && unset MAFFT_BINARIES
Expand All @@ -43,14 +40,9 @@ jobs:
echo "$HOME_DIR/mafft-linux64/mafftdir/bin/" >> $GITHUB_PATH
fi
echo "$HOME_DIR" >> $GITHUB_PATH
echo 'PATH, and GITHUB_PATH:'
echo $PATH
echo $GITHUB_PATH
ls -la
- name: Print Clustal Omega & MAFFT versions
run: |
ls -la
clustalo --version # For debugging clustalo version
mafft --version # For debugging mafft version
Expand Down

0 comments on commit 3c7f082

Please sign in to comment.