Skip to content

Commit 60744d0

Browse files
committed
CI: different pip install incantation.
1 parent 5c75fc0 commit 60744d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

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

1515
- run:
1616
name: Install CI dependencies
17-
command: pixi install
17+
command: pip install -r requirements.txt
1818

1919
- restore_cache:
2020
keys:

0 commit comments

Comments
 (0)