Skip to content

Commit

Permalink
Skip widgets catalog on build
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjapotocin committed Oct 21, 2023
1 parent 03a2ae2 commit 100112e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
sudo apt-get install -y glibc-tools # required for catchsegv
sudo apt-get install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libegl1-mesa libxcb-shape0 libxcb-cursor0
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Build widget catalog
run: |
pip install -U setuptools pip
pip install orange-canvas-core pyqt6==6.5.*
bash scripts/build-widget-catalog.sh
# - name: Setup Python
# uses: actions/setup-python@v4
# with:
# python-version: "3.10"

# - name: Build widget catalog
# run: |
# pip install -U setuptools pip
# pip install orange-canvas-core pyqt6==6.5.*
# bash scripts/build-widget-catalog.sh

- name: Use Node.js 16.x
uses: actions/setup-node@v1
Expand Down

1 comment on commit 100112e

@vercel
Copy link

@vercel vercel bot commented on 100112e Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

orange-web2 – ./

orange-web2-biolab.vercel.app
orange-web2-git-main-biolab.vercel.app
orange-web2.vercel.app

Please sign in to comment.