We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b15a4cc + 29dea6e commit a04afd3Copy full SHA for a04afd3
.github/workflows/test.yml
@@ -27,7 +27,6 @@ jobs:
27
with:
28
python-version: ${{matrix.python-version}}
29
environment-file: environment.ci.yml
30
- channels: default, conda-forge
31
- name: Lint with flake8
32
run: |
33
conda install flake8
environment.ci.yml
@@ -1,18 +1,18 @@
1
name: env_qolmat_ci
2
channels:
3
- - conda-forge
4
- defaults
+ - conda-forge
5
dependencies:
6
- - pip=23.0.1
+ - codecov
7
+ - flake8
8
+ - matplotlib
9
+ - mypy
10
+ - numpy
11
+ - numpydoc
12
+ - pytest
13
+ - pytest-cov
14
+ - pytest-mock
15
+ - pip
16
- pip:
- - codecov
- - flake8
- - matplotlib
- - mypy
- - numpy
- - numpydoc
- - pytest
- - pytest-cov
- - pytest-mock
17
- - torch==2.0.1
18
- - -e .
+ - torch
+ - -e .
0 commit comments