Skip to content

Commit

Permalink
fix unfurl
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Jul 16, 2023
1 parent 8cde1b0 commit e880d5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/night.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,18 @@ jobs:
cache: pip

- name: (PREPARE) Install xOpera
run: pip install opera
run: pip install opera==0.6.9

- name: (PREPARE) Cache Unfurl
uses: actions/cache@v3
with:
path: /home/runner/.unfurl_home
key: unfurl-home

- name: (PREPARE) Install Unfurl
run: |
pip install unfurl[full]
unfurl home --init
pip install unfurl==0.7.1
yes | unfurl home --init
- name: (INSTALLATION) Install vintner
run: curl -fsSL https://vintner.opentosca.org/install.sh | sudo bash -
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: pip

- name: (PREPARE) Install xOpera
run: pip install opera
run: pip install opera==0.6.9

- name: (TEST) Check ESLint
run: yarn lint:check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: pip

- name: (PREPARE) Install xOpera
run: pip install opera
run: pip install opera==0.6.9

- name: (TEST) Check ESLint
run: yarn lint:check
Expand Down

0 comments on commit e880d5f

Please sign in to comment.