Skip to content

Commit

Permalink
#958: Fix conda version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Nov 12, 2024
1 parent dfcc165 commit 02700c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext/scripts/install_scripts/install_via_conda.pl
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ sub run_install_command{
}


generate_pinned_file($file, $dry_run, $with_versions, $allow_no_version);
my $channel_args = generate_channel_args($channel_file);
run_install_command($file, $dry_run, $with_versions, $allow_no_version, $channel_args);
generate_pinned_file($file, $dry_run, $with_versions, $allow_no_version);
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ pcre|8.45
bazel|7.2.1
make|4.3
chrpath|0.16
gxx_linux-64|12.4.0
gcc_linux-64|12.4.0

0 comments on commit 02700c9

Please sign in to comment.