Skip to content

Commit

Permalink
Adding CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed Aug 2, 2023
1 parent 9aaf8c9 commit d65bbe3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches: [master]
pull_request:
schedule:
# Run monthly
# https://cron.help/#0_0_1_*_*
# min hour day-of-month month day-of-week
- cron: "0 0 1 * *"
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = ThinkDSP
PYTHON_VERSION = 3.8
PYTHON_VERSION = 3.10
PYTHON_INTERPRETER = python


Expand Down
9 changes: 2 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# these versions match Colab as of 2022-12-29
empiricaldist
jupyter
numpy==1.22
numpy
matplotlib
pandas
seaborn
scipy==1.7
statsmodels==0.12
tables
scipy

0 comments on commit d65bbe3

Please sign in to comment.