Skip to content

Commit

Permalink
Merge pull request #135 from portugueslab/env_bug
Browse files Browse the repository at this point in the history
Fix #134 Installation bug
  • Loading branch information
fedem-p committed Mar 31, 2022
2 parents ad2a191 + cbbb4d6 commit c96890c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
28 changes: 21 additions & 7 deletions .github/workflows/doc_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
name: page_deploy
name: 🚀 page_deploy

on: push
# Trigger the workflow on push or pull request,
# but only for the main branch
# push:
# branches:
# - main
on:
push:
branches:
- main
pull_request:
types:
- assigned
- unassigned
- labeled
- unlabeled
- opened
- edited
- reopened
- synchronize
- ready_for_review
- locked
- unlocked
- review_requested
- review_request_
workflow_dispatch:

jobs:
deploy-book:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pyqt
- numpy
- scipy
- numba
- numba >= 0.55.1
- pandas
- pytables
- ffmpeg
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ toml
scopecuisine>=0.1.2
pyqtgraph
napari
numba>=0.55.0
numba >= 0.55.1
scikit-image
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pytest
gitpython
coverage
pre-commit
black
black==22.3.0
flake8
isort

0 comments on commit c96890c

Please sign in to comment.