File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,10 @@ jobs:
125
125
export PATH="${HOME}/miniconda/bin:$PATH"
126
126
source ${HOME}/miniconda/etc/profile.d/conda.sh
127
127
conda config --set always_yes yes
128
+ conda config --set channel_priority strict
129
+ conda update -n base -c conda-forge conda
130
+ conda install -n base conda-libmamba-solver
131
+ conda config --set solver libmamba
128
132
conda install conda-build anaconda-client conda-verify
129
133
conda update -q conda conda-build
130
134
conda update --all
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/bash
2
-
3
- python setup.py install
2
+
3
+ pip3 install .
4
4
Original file line number Diff line number Diff line change 1
1
2
- from distutils .core import setup
2
+ from setuptools import setup
3
+
3
4
from git import Repo
4
5
5
6
repo = Repo ()
You can’t perform that action at this time.
0 commit comments