Skip to content

Commit

Permalink
https://github.com/ContinuumIO/anaconda-issues/issues/11603
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Nov 20, 2024
1 parent ef2b538 commit 8d08ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
if: steps.cache-arc-env.outputs.cache-hit != 'true'

- name: Install codecov
run: conda install --force-reinstall x86_64-conda_cos6-linux-gnu -y && conda install -y -c conda-forge codecov
run: conda install --force-reinstall ld_impl_linux-64 -y && conda install -y -c conda-forge codecov

- name: Cythonize RMG-Py
run: |
Expand Down

0 comments on commit 8d08ad8

Please sign in to comment.