We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d108276 commit c325bf3Copy full SHA for c325bf3
2 files changed
.github/workflows/Build.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install Dependencies
37
run: |
38
- conda install -c conda-forge qt==6.8.3 ninja doxygen
+ conda install -c conda-forge qt6-main==6.8.3 ninja doxygen
39
pip install pytest pybind11<3.0 numpy
40
41
- name: Configure MSVC console
.github/workflows/Wheels.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
- conda install -c conda-forge qt=6.9.*
+ conda install -c conda-forge qt6-main==6.8.3
28
python -m pip install --upgrade pip
29
pip install pytest
30
0 commit comments