Skip to content

Commit

Permalink
Revert "Test to check failure on CI"
Browse files Browse the repository at this point in the history
This reverts commit 4387cb7.
  • Loading branch information
Hind-M committed Mar 15, 2024
1 parent 4387cb7 commit 8d6b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micromamba/test-server/testserver_pkg_signing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ start_server() {
test_install() {
local tmp=$(mktemp -d)
local condarc="${tmp}/condarc"
"${TEST_MAMBA_EXE}" create -y -p "${tmp}/env1" --override-channels -c $1/mychannel test-package -vvv --repodata-ttl=0 --verify-artifacts
"${TEST_MAMBA_EXE}" create -y -p "${tmp}/env1" --override-channels -c $1/mychannel test-package -vvv --repodata-ttl=0 --trusted-channels "http://localhost:8000/mychannel" --verify-artifacts
}

check_dwd_pkg() {
Expand Down

0 comments on commit 8d6b50f

Please sign in to comment.