Skip to content

Commit c325bf3

Browse files
committed
qt6-main it is
1 parent d108276 commit c325bf3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install Dependencies
3737
run: |
38-
conda install -c conda-forge qt==6.8.3 ninja doxygen
38+
conda install -c conda-forge qt6-main==6.8.3 ninja doxygen
3939
pip install pytest pybind11<3.0 numpy
4040
4141
- name: Configure MSVC console

.github/workflows/Wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install Dependencies
2626
run: |
27-
conda install -c conda-forge qt=6.9.*
27+
conda install -c conda-forge qt6-main==6.8.3
2828
python -m pip install --upgrade pip
2929
pip install pytest
3030

0 commit comments

Comments
 (0)