Skip to content

Commit

Permalink
upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Dec 20, 2023
1 parent 57b0cbd commit b49cc8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install the dependencies
run: |
pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Build the JupyterLite site
run: |
Expand Down

0 comments on commit b49cc8c

Please sign in to comment.