Skip to content

test build on osx

test build on osx #14

Workflow file for this run

name: test build on osx
on:
workflow_dispatch:
jobs:
job_1:
name: test job
runs-on: macos-latest
steps:
- name: git checkout
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 "running 'conda search -c conda-forge requests'"
conda search -c conda-forge requests
conda install -c conda-forge -y pyyaml jinja2 requests ninja
$CONDA/bin/python setup.py -n all