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 cbf9866 commit ce3c0c4Copy full SHA for ce3c0c4
test/miniforge/miniforge-existing-conda.sh
@@ -6,7 +6,7 @@ set -e
6
source dev-container-features-test-lib
7
8
# Check that conda is installed
9
-check "conda" conda --version
+check "conda" conda --version
10
11
# Report result
12
reportResults
test/miniforge/miniforge-pypy3.sh
# Feature-specific tests
-check "conda" bash -c 'conda --version | grep "24.7.1-2"'
+check "conda" bash -c 'conda --version | grep "24.7.1"'
0 commit comments