Skip to content

Commit

Permalink
Update build_osx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
biocodz authored Feb 29, 2024
1 parent 42951c7 commit 9cbc0dd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,20 @@ jobs:
#echo "running 'python setup.py -n all'"
#python setup.py -n all
# ?
echo "SHELL: $SHELL"
#echo "SHELL: $SHELL"
echo "running conda shell.bash activate"
eval "$(conda shell.bash activate)"
conda install -c conda-forge -y pyyaml jinja2 ninja
conda install -y requests
echo "python: $(which python)"
echo "python version: $(python --version)"
echo "ninja: $(which ninja)"
#$CONDA/bin/python setup.py -n all
python setup.py -n all
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
retention-days: 3
path: |
dist/sortmerna*Darwin.7z
dist/sortmerna*Darwin.sh
dist/sortmerna*Darwin.tar.gz

0 comments on commit 9cbc0dd

Please sign in to comment.