Skip to content

Commit

Permalink
Merge pull request #113 from OpenDataManchester/announcement-bar
Browse files Browse the repository at this point in the history
requirments and ci updates to fix bug
  • Loading branch information
DsposalTom authored Nov 20, 2023
2 parents b9ed5b6 + 757ab00 commit 381ebaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.10
cache: "pip"
- run: pip install scikit-build
- run: pip install -r requirements.txt
- run: git config user.name github-actions
- run: git config user.email github-actions@github.com
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
torch>=1.7
torchvision
mermaid==0.3.2
mike==1.1.2
mkdocs==1.4.3
Expand Down

0 comments on commit 381ebaf

Please sign in to comment.