Commit 2e8d89e9 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 5d071bb6
...@@ -80,11 +80,11 @@ jobs: ...@@ -80,11 +80,11 @@ jobs:
shell: shell:
bash -l {0} bash -l {0}
- name: Publish Conda package # - name: Publish Conda package
run: | # run: |
conda install anaconda-client --yes # conda install anaconda-client --yes
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2 # anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
env: # env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }} # ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: # shell:
bash -l {0} # bash -l {0}
copy "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\lib\\x64\\metis.lib" %LIBRARY_LIB% copy "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\lib\\x64\\metis.lib" %LIBRARY_LIB%
copy "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\include\\metis.h" %LIBRARY_INC% copy "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30037\\include\\metis.h" %LIBRARY_INC%
pip install . :: pip install .
python setup.py install
#!/bin/bash #!/bin/bash
pip install . # pip install .
python setup.py install
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment