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 5c75fc0 commit 60744d0Copy full SHA for 60744d0
.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- run:
16
name: Install CI dependencies
17
- command: pixi install
+ command: pip install -r requirements.txt
18
19
- restore_cache:
20
keys:
0 commit comments