We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a161b04 commit a62be2fCopy full SHA for a62be2f
.github/workflows/pyright.yml
@@ -42,7 +42,7 @@ jobs:
42
channels: conda-forge
43
channel-priority: true
44
activate-environment: sage-dev
45
- environment-file: environment-${{ matrix.python }}-${{ startsWith(matrix.os, 'macos') && (startsWith(runner.arch, 'ARM') && 'macos' || 'macos-x86_64') || 'linux' }}.yml
+ environment-file: environment-3.11-linux.yml
46
47
# No need to build sagelib; pyright only needs the libraries from which sagelib imports
48
0 commit comments