Skip to content

Commit

Permalink
Update .github/workflows/python-package-conda.yml and add scikit-lear…
Browse files Browse the repository at this point in the history
…n in environment.yml
  • Loading branch information
choglass committed Jan 9, 2024
1 parent 375c0ee commit 6f19e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
Expand All @@ -30,7 +33,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install cell2mol
run: |
python setup.py install
pip install .
- name: Test with pytest
run: |
conda install pytest
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,4 @@ dependencies:
- pyyaml==6.0
- symgroupy==0.5.10
- wfnsympy==0.3.5
- scikit-learn==1.3.2

0 comments on commit 6f19e81

Please sign in to comment.