Skip to content

Commit

Permalink
tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
gecrooks committed Dec 12, 2020
1 parent 7786313 commit 5e713cf
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,21 @@ jobs:
run: |
conda install -c conda-forge cvxpy
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install importlib_metadata
python -m pip install quantumflow
# python -m pip install cvxpy
python -m pip install pytest >= 4.6
python -m pip install pytest-cov
python -m pip install flake8
python -m pip install mypy
python -m pip install black
python -m pip install isort
python -m pip install sphinx
python -m pip install sphinxcontrib-bibtex
python -m pip install setuptools_scm
python -m pip install .
- name: About
run: |
Expand Down

0 comments on commit 5e713cf

Please sign in to comment.