Skip to content

Commit 8ca5f0d

Browse files
authored
CI updates (#202)
* update deprecated codecov arg * leverage channels from environment file rather than workflow arg
1 parent 52bf5e1 commit 8ca5f0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: conda-incubator/setup-miniconda@v3
4040
with:
41-
channels: conda-forge
4241
activate-environment: pythia-datasets
43-
auto-update-conda: false
4442
python-version: ${{ matrix.python-version }}
4543
environment-file: ci/environment.yml
4644

@@ -56,7 +54,7 @@ jobs:
5654
- name: Upload code coverage to Codecov
5755
uses: codecov/[email protected]
5856
with:
59-
file: ./coverage.xml
57+
files: ./coverage.xml
6058
flags: unittests
6159
env_vars: OS,PYTHON
6260
name: codecov-umbrella

0 commit comments

Comments
 (0)