Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored May 24, 2024
1 parent 64366f5 commit bc6090c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.pyv }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.pyv }}
- name: Set Up Python
run: |
conda install -y python=${{ matrix.pyv }}
- 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: |
conda install -y python=${{ matrix.pyv }}
echo $CONDA/bin >> $GITHUB_PATH
conda env update --file environment.yml --name base
- name: Lint with flake8
run: |
Expand Down

0 comments on commit bc6090c

Please sign in to comment.