Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Feb 22, 2025
1 parent 81ce03e commit 3c86dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-notebook/convert-notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
# Activate the virtual environment
source "${SCRIPT_DIR}/venv/bin/activate"
pip install --upgrade pip
"""
run_commands = [activate_venv]
for cell in nb.cells:
Expand Down

0 comments on commit 3c86dee

Please sign in to comment.