Skip to content

Commit

Permalink
Merge pull request #3 from AlexKontorovich/blueprint_fixes
Browse files Browse the repository at this point in the history
Blueprint fixes
  • Loading branch information
AlexKontorovich authored Jan 22, 2024
2 parents 4ea5e69 + a3c850d commit c1e8aac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- blueprint_fixes

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -49,6 +50,10 @@ jobs:
python-version: '3.9'
cache: 'pip' # cache pip dependencies

- name: Update pip
run: |
pip install --upgrade pip
- name: Install blueprint apt dependencies
run: |
sudo apt-get update
Expand Down
4 changes: 3 additions & 1 deletion blueprint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
plasTeX @ git+https://github.com/plastex/plastex.git
leanblueprint @ git+https://github.com/PatrickMassot/leanblueprint.git
plastexdepgraph @ git+https://github.com/PatrickMassot/plastexdepgraph
plastexshowmore @ git+https://github.com/PatrickMassot/plastexshowmore
leanblueprint @ git+https://github.com/PatrickMassot/leanblueprint.git

0 comments on commit c1e8aac

Please sign in to comment.