Skip to content

Commit

Permalink
fix environment_script for private plugins (#3359)
Browse files Browse the repository at this point in the history
* fix environment_script for private plugins

I found that patch 54.sql for the test database uses an old conda activate mechanism for travis. We might want to fix this to the latest github action method of choice?

* Update qiita-ci.yml

* Update qiita-ci.yml

fix quoting
  • Loading branch information
sjanssen2 authored Feb 20, 2024
1 parent 1aec6b0 commit 57b84cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qiita-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ jobs:
echo "5. Setting up qiita"
conda activate qiita
# adapt environment_script for private qiita plugins from travis to github actions.
sed 's#export PATH="/home/travis/miniconda3/bin:$PATH"; source #source /home/runner/.profile; conda #' -i qiita_db/support_files/patches/54.sql
qiita-env make --no-load-ontologies
qiita-test-install
qiita plugins update
Expand Down

0 comments on commit 57b84cf

Please sign in to comment.