Skip to content

Commit

Permalink
Update build-code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bojunliu0818 authored Jun 21, 2024
1 parent b3624a8 commit ad49f49
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ jobs:
shell: bash -el {0}

steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
auto-update-conda: true
python-version: ${{ matrix.python-version }}
activate-environment: test
- name: Install required packages
run: |
python -m pip install --upgrade pip
- name: Pip install
run: |
python -m pip install .

0 comments on commit ad49f49

Please sign in to comment.