Skip to content

Commit

Permalink
Try to fix automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianMohr authored Jan 15, 2024
1 parent 494e183 commit 84206ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
apt-get --quiet update && apt-get --quiet --assume-yes install curl unzip zip wget make tree
# install SDKMAN as SDK version manager
curl -s "https://get.sdkman.io?rcupdate=false" | bash
source "/root/.sdkman/bin/sdkman-init.sh"
source "${HOME}/.sdkman/bin/sdkman-init.sh"
sdk version
# install java (amazon coretto release 17.0.6)
sdk install java 17.0.6-amzn
Expand All @@ -26,7 +26,7 @@ jobs:
which nextflow
# install mamba
wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh
mkdir /root/.conda
mkdir "${HOME}/.conda"
bash Mambaforge-Linux-x86_64.sh -b -p /usr/local/bin/conda
rm -f Mambaforge-Linux-x86_64.sh
source /usr/local/bin/conda/etc/profile.d/conda.sh
Expand Down

0 comments on commit 84206ba

Please sign in to comment.