Skip to content

Commit

Permalink
chore: use conda in Action container (tongzhugroup#80)
Browse files Browse the repository at this point in the history
* chore: use conda in Action container

* chore: remove compilers
  • Loading branch information
njzjz authored and repo-ranger[bot] committed Sep 11, 2019
1 parent b25c71c commit b9a1903
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -6,8 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Test with tox
uses: njzjz/actions/tox-conda@master
- uses: actions/setup-python@v1
with:
python-version: '3.7'
architecture: 'x64'
- run: pip install tox-conda
- run: tox
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
2 changes: 0 additions & 2 deletions tox.ini
Expand Up @@ -12,8 +12,6 @@ deps =
codacy-coverage
conda_deps=
openbabel
c-compiler
cxx-compiler
conda_channels=
conda-forge
commands =
Expand Down

0 comments on commit b9a1903

Please sign in to comment.