Skip to content

Commit

Permalink
remove the step that add conda to system path
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Mar 7, 2024
1 parent d26ce08 commit 47308bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.8.12
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
# echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 47308bf

Please sign in to comment.