Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure curl is installed before
gha-tools
(#584)
Not 100% sure why, but [starting recently](https://github.com/rapidsai/docker/actions/runs/5923767292/job/16060805130#step:4:8), `curl` is no longer available in the `notebooks` image during tests. This PR ensures `curl` & `git` are installed before installing `gha-tools` and running tests. Using `--freeze-installed` ensures the tests run on the same environment that is published with the exception of `curl`, `git`, and `perl` (dependency of `git`) being present, but those packages should not impact the tests. Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - Jake Awe (https://github.com/AyodeAwe) - AJ Schmidt (https://github.com/ajschmidt8) URL: #584
- Loading branch information