Skip to content

Commit

Permalink
Start with fcbench dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Oct 28, 2024
1 parent 96c1ccc commit 4279766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
python -m pip install -r files/requirements.txt --dry-run --ignore-installed
python -m pip install -r files/requirements.txt --dry-run --ignore-installed || echo "failed"
deactivate
rm -rf venv
- name: Build the JupyterLite site
Expand Down
2 changes: 1 addition & 1 deletion pyodide
Submodule pyodide updated 113 files

0 comments on commit 4279766

Please sign in to comment.