Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
continously adding specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Nov 26, 2023
1 parent c73b50c commit 3ccfb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
name: Windows batchalign
path: C:\Miniconda3\conda-bld\win-64\*.tar.bz2
- name: Install anaconda client
run: mamba install anaconda-client defusedxml=0.7.0 -c conda-forge
run: mamba install anaconda-client urllib3=1.26.16 defusedxml=0.7.0 -c conda-forge
- name: Authenticate (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
env:
Expand Down

0 comments on commit 3ccfb22

Please sign in to comment.