Skip to content

Commit

Permalink
Add enviroment file for test with anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Oct 20, 2023
1 parent 2840ab0 commit a606b75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .env/test_env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: test-with-conda
depencencies:
- python==3.8
- numpy
- matplotlib
- scikit-learn
- pybind11
- pandas
2 changes: 1 addition & 1 deletion .github/workflows/python-package-anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
conda env update --file ${{github.workspace}}/.env/test_env.yml --name base
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit a606b75

Please sign in to comment.