Skip to content

Commit

Permalink
Fix CI action (adding coveralls)
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Aug 11, 2021
1 parent 9ef0e42 commit b3204ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: conda
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies conda
run: |
conda install -c conda-forge mamba --quiet
#conda list | grep ruamel
#conda update ruamel_yaml
- name: Install sequana_sphinxext (and dependencies)
run: |
pip install -r requirements.txt -r requirements_dev.txt
Expand All @@ -52,3 +43,5 @@ jobs:
- name: coveralls
run: |
coveralls --service=github
env:
GITHUB_TOKEN: ${{ github.token }}
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest
pytest-cov
sphinx
coveralls

0 comments on commit b3204ec

Please sign in to comment.