Skip to content

Commit a04afd3

Browse files
Merge pull request #96 from Quantmetry/chp_improve_ci
minor fix in ci environment
2 parents b15a4cc + 29dea6e commit a04afd3

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
python-version: ${{matrix.python-version}}
2929
environment-file: environment.ci.yml
30-
channels: default, conda-forge
3130
- name: Lint with flake8
3231
run: |
3332
conda install flake8

environment.ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: env_qolmat_ci
22
channels:
3-
- conda-forge
43
- defaults
4+
- conda-forge
55
dependencies:
6-
- pip=23.0.1
6+
- codecov
7+
- flake8
8+
- matplotlib
9+
- mypy
10+
- numpy
11+
- numpydoc
12+
- pytest
13+
- pytest-cov
14+
- pytest-mock
15+
- pip
716
- pip:
8-
- codecov
9-
- flake8
10-
- matplotlib
11-
- mypy
12-
- numpy
13-
- numpydoc
14-
- pytest
15-
- pytest-cov
16-
- pytest-mock
17-
- torch==2.0.1
18-
- -e .
17+
- torch
18+
- -e .

0 commit comments

Comments
 (0)