Skip to content

Commit

Permalink
fixed codecov installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Nov 20, 2024
1 parent 166e3e4 commit fdc0914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install codecov
run: mamba install -y -c conda-forge codecov
run: conda install --force-reinstall ld_impl_linux-64 -y && conda install -y -c conda-forge codecov

- name: Install dependencies
run: |
Expand Down

0 comments on commit fdc0914

Please sign in to comment.