Skip to content

Commit

Permalink
Remove install of ctapipe via conda
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonjj committed Nov 8, 2024
1 parent 355f365 commit 5b9af1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Test
shell: bash -l {0}
run: |
pytest -vvvv sstcam_simulation
make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ clean: uninstall ## Clean generated files and uninstall the package.
@rm -rf build

test: ## Run all tests.
pytest --color=yes
pytest -vvv --color=yes
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ dependencies:
- requests
- tqdm
- pytest
- ctapipe~=0.9.0
- eventio>=1.4.1

0 comments on commit 5b9af1f

Please sign in to comment.