Skip to content

Commit

Permalink
Remove environment.yml file for now
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Sep 13, 2023
1 parent bd5f101 commit cf8e799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
shell: bash -l {0}
run: pip install -e .

- name: Run flake8
shell: bash -l {0}
run: flake8 dask_glm

- name: Run pytest
shell: bash -l {0}
run: pytest dask_glm
run: |
pip install pytest
pytest dask_glm
29 changes: 0 additions & 29 deletions environment.yml

This file was deleted.

0 comments on commit cf8e799

Please sign in to comment.