Skip to content

Commit

Permalink
Install git in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Sep 10, 2024
1 parent a2c1ed2 commit 0ee7bf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Clear cache # otherwise corrupted packages can be reported sometimes
run: rm -rf /github/home/conda_pkgs_dir

- name: Install dependencies
run: apt-get update && apt-get install -y git

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 0ee7bf3

Please sign in to comment.