Skip to content

Commit eede6d3

Browse files
authored
Merge pull request #19 from rossbar/ci-tweak
CI: different pip install incantation.
2 parents 5c75fc0 + 57b0462 commit eede6d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

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

1515
- run:
1616
name: Install CI dependencies
17-
command: pixi install
17+
command: |
18+
pip install -r requirements.txt
19+
pip list
1820
1921
- restore_cache:
2022
keys:

0 commit comments

Comments
 (0)