Skip to content

Commit

Permalink
PROD only use env.yml (#3)
Browse files Browse the repository at this point in the history
* PROD only use env.yml

* Delete requirements.dev.txt

* Update tests.yml

* Update environment.yml
  • Loading branch information
beckermr authored May 31, 2024
1 parent db0f888 commit 6527123
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:

- name: configure conda and install code
run: |
micromamba install --file requirements.dev.txt
pip install --no-deps --no-build-isolation -e .
- name: test versions
Expand Down
7 changes: 7 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ channels:
dependencies:
- python>=3.8
- conda
# dev deps
- black
- ruff
- pytest
- python-build
- setuptools
- setuptools_scm>=8
5 changes: 0 additions & 5 deletions requirements.dev.txt

This file was deleted.

0 comments on commit 6527123

Please sign in to comment.