Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Try with sudo (why is this needed now?!)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Dec 22, 2020
1 parent c68d262 commit 9af4614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-conda.yml
Expand Up @@ -23,8 +23,8 @@ jobs:
run: echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
apt-get update -y
apt-get install -y tox autoconf automake sudo
sudo apt-get update -y
sudo apt-get install -y tox autoconf automake sudo
./bootstrap -D
# Since environment variables don't persist between steps in the workflow, we do not use `conda env create` but instead install directly into the base environment
conda env update --file environment.yml --name base
Expand Down

0 comments on commit 9af4614

Please sign in to comment.