Skip to content

Commit

Permalink
Update conda_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-jimenez authored Sep 10, 2024
1 parent 5934a19 commit c0cba22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- name: List repository files
run: ls -R

- name: Setup Miniforge
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
python-version: 3.10
miniforge-variant: Miniforge3
miniforge-version: latest
activate-environment: bc_builds
Expand Down

0 comments on commit c0cba22

Please sign in to comment.