We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63a956 commit ee2b6f0Copy full SHA for ee2b6f0
2 files changed
.github/workflows/release.yml
@@ -39,7 +39,8 @@ jobs:
39
- name: Update modeller key
40
shell: bash -l {0}
41
run: |
42
- sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' conda-build/meta.yml
+ sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' prepmd/conda-build/meta.yml
43
+ sed -i -e 's/SECRET-MODELLER-LICENSE-KEY/${{ secrets.MODELLER_KEY }}/g' prepmd/conda-build/build.sh
44
45
- name: Setup Conda (conda-forge only)
46
uses: conda-incubator/setup-miniconda@v3
conda-recipe/build.sh
@@ -1,2 +1,2 @@
1
-export KEY_MODELLER=MODELIRANJE
+export KEY_MODELLER=SECRET-MODELLER-LICENSE-KEY
2
python -m pip install . -vv --no-build-isolation
0 commit comments