Skip to content

Commit

Permalink
ipython kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 10, 2024
1 parent 8d3f71c commit 5b1d6e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ex-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
python --version
python -m pip install --upgrade pip setuptools wheel
python -m ipykernel install --name python_kernel --user
pip install -r requirements.pip.txt
pip install -r requirements.usgs.txt
working-directory: ${{env.etc-directory}}
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
- name: Install Python packages
run: |
python -m pip install --upgrade pip setuptools wheel
python -m ipykernel install --name python_kernel --user
pip install -r requirements.pip.txt
pip install -r requirements.usgs.txt
working-directory: ${{env.etc-directory}}
Expand Down

0 comments on commit 5b1d6e1

Please sign in to comment.