Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
# Conflicts:
#	bitcoin.ipynb
#	bitcoin.png
  • Loading branch information
giocaizzi committed Jul 20, 2024
2 parents 6b25f63 + 9a6a422 commit 800eac9
Show file tree
Hide file tree
Showing 9 changed files with 1,780 additions and 531 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ jobs:

- name: Install dependencies
run: |
pip install .
pip install jupyter nbconvert python-dotenv
pip install ".[dev]"
- name: Run notebook
run: jupyter nbconvert --to notebook --execute --inplace bitcoin.ipynb


- name: Get current time
uses: josStorer/get-current-time@v2
id: current-time
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
*.lcov

# Translations
*.mo
Expand Down
Loading

0 comments on commit 800eac9

Please sign in to comment.