Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
windelbouwman committed Jun 18, 2024
1 parent 3d93a1d commit 410fb29
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
python-version: '3.11'
cache: 'pip'
- run: pip install aqtinstall
# - name: Install Qt
# uses: jurplel/install-qt-action@v4
# with:
# version: '6.7.1'
# cache: 'true'
# extra: '--base http://mirrors.ocf.berkeley.edu/qt/'
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.7.1'
cache: 'true'
setup-python: false
extra: '--base http://mirrors.ocf.berkeley.edu/qt/'
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
# - name: Build wheels
Expand Down

0 comments on commit 410fb29

Please sign in to comment.