Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wbszhu committed Apr 21, 2024
1 parent c0778ed commit b4465aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Update Conda
run: |
$CONDA/bin/conda update -n base -c defaults conda --yes
- name: Install dependencies
run: |
sudo apt install libcurl4-openssl-dev
Expand Down

0 comments on commit b4465aa

Please sign in to comment.