Skip to content

Commit e054cda

Browse files
committed
break-system-packages isn't always available
1 parent d6201da commit e054cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"psql": "export PGHOST=${PGHOST:=$INIT_CWD/data/postgres/socket}; PGUSER='smc' psql",
1414
"database": "cd dev/project && ./start_postgres.py",
1515
"c": "LOGS=/tmp/ DEBUG='cocalc:*' ./scripts/c",
16-
"version-check": "pip3 install --break-system-packages typing_extensions mypy && ./workspaces.py version-check && mypy scripts/check_npm_packages.py",
16+
"version-check": "pip3 install typing_extensions mypy || pip3 install --break-system-packages typing_extensions mypy && ./workspaces.py version-check && mypy scripts/check_npm_packages.py",
1717
"test-parallel": "unset DEBUG && pnpm run version-check && cd packages && pnpm run -r --parallel test",
1818
"test": "unset DEBUG && pnpm run version-check && cd packages && pnpm run -r test",
1919
"prettier-all": "cd packages/"

0 commit comments

Comments
 (0)