Skip to content

Commit

Permalink
rm channel
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Feb 12, 2024
1 parent e23120f commit a3340aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,6 @@ jobs:
run: |
python -m pytest -n 4 -v --cov=openff/nagl --cov-config=setup.cfg --cov-append --cov-report=xml --color=yes openff/nagl/
- name: codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
verbose: True

pylint_check:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- pyarrow

# gcn
- pytorch::pytorch-nightly
- pytorch

# parallelism
- dask-jobqueue
Expand Down

0 comments on commit a3340aa

Please sign in to comment.