Skip to content

Commit

Permalink
Update all the dependencies (#22)
Browse files Browse the repository at this point in the history
* Update all the dependencies

* Add license file

* Use pdm action v4
  • Loading branch information
bryanwweber committed Jan 28, 2024
1 parent 5701f56 commit 106bc08
Show file tree
Hide file tree
Showing 5 changed files with 940 additions and 497 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ on:
env:
PYDEVD_DISABLE_FILE_VALIDATION: 1

# This job installs dependencies, build the book, and pushes it to `gh-pages`
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
deploy-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4
with:
cache: true
python-version: "3.11"
- name: Install dependencies
run: pdm sync --prod --no-self
run: pdm sync --prod
# Build the book
- name: Build the book
run: pdm run jupyter-book build -vv -W .
Expand Down
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.lintOnSave": true,
"cSpell.words": [
"apoapsis",
"deorbit",
Expand Down
Loading

0 comments on commit 106bc08

Please sign in to comment.