Skip to content

Commit

Permalink
update workflow to include pip dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Cortez committed Aug 3, 2023
1 parent aa7bfb7 commit 59d6c1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.10
- name: Install dependencies
run: |
pip install -r requirements.txt
python -m pip install --upgrade pip
pip install ".[dev]"
pip install beautifulsoup4
pip install nbformat
pip install nbconvert
Expand Down

0 comments on commit 59d6c1c

Please sign in to comment.