Skip to content

Commit a62be2f

Browse files
committed
fix python version
1 parent a161b04 commit a62be2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
channels: conda-forge
4343
channel-priority: true
4444
activate-environment: sage-dev
45-
environment-file: environment-${{ matrix.python }}-${{ startsWith(matrix.os, 'macos') && (startsWith(runner.arch, 'ARM') && 'macos' || 'macos-x86_64') || 'linux' }}.yml
45+
environment-file: environment-3.11-linux.yml
4646

4747
# No need to build sagelib; pyright only needs the libraries from which sagelib imports
4848

0 commit comments

Comments
 (0)