Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
biocodz authored Feb 28, 2024
1 parent f8c2901 commit ae28e65
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
uses: actions/checkout@v4
- name: run setup.py
run: |
echo "conda: $(which conda)"
echo "CONDA/bin: $CONDA/bin"
ls -l $CONDA/bin
echo "GITHUB_PATH: $GITHUB_PATH"
echo "PATH: $PATH"
echo "python: $(which python)"
echo "python version: $(python --version)"
echo "ONDA/bin/python --version"
$CONDA/bin/python --version
#echo "conda: $(which conda)"
#echo "CONDA/bin: $CONDA/bin"
#ls -l $CONDA/bin
#echo "GITHUB_PATH: $GITHUB_PATH"
#echo "PATH: $PATH"
#echo "python: $(which python)"
#echo "python version: $(python --version)"
#echo "ONDA/bin/python --version"
#$CONDA/bin/python --version
conda install -c conda-forge -y pyyaml jinja2 requests ninja
$CONDA/bin/python setup.py -n all

0 comments on commit ae28e65

Please sign in to comment.