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 4d9a0cd commit 3d93a1d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Qt
uses: jurplel/install-qt-action@v4
- name: Install python
uses: actions/setup-python@v5
with:
version: '6.7.1'
cache: 'true'
extra: '--base http://mirrors.ocf.berkeley.edu/qt/'
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: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
# - name: Build wheels
Expand Down

0 comments on commit 3d93a1d

Please sign in to comment.