Skip to content

Commit

Permalink
Merge pull request #390 from AllenInstitute/dev
Browse files Browse the repository at this point in the history
update deploy
  • Loading branch information
rcpeene authored May 24, 2024
2 parents 34f60a4 + 78eab26 commit 5ae3e29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

- name: Upgrading pip
run: pip install --upgrade pip

- name: Installing dependencies
run: pip install markupsafe==2.0.1 numpy cython

- name: Installing package
- name: Installing package
run: pip install -e .

- name: Installing dependencies
run: pip install markupsafe==2.0.1

- name: Installing Jupyter book
run: pip install -U jupyter-book

Expand Down

0 comments on commit 5ae3e29

Please sign in to comment.