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 6568f6b commit 1a755a0Copy full SHA for 1a755a0
.github/workflows/tests-reusable.yml
@@ -96,6 +96,9 @@ jobs:
96
97
python -m pip install -v --no-deps --no-build-isolation -e .
98
99
+ # also install rattler-build-conda-compat from git source
100
+ pip install git+https://github.com/prefix-dev/rattler-build-conda-compat@main
101
+
102
- name: start MongoDB
103
uses: MongoCamp/mongodb-github-action@e76ad215d47c31a99b4b0b1fde05f6cd1185df1a # e76ad215d47c31a99b4b0b1fde05f6cd1185df1a
104
with:
0 commit comments