Skip to content

Commit

Permalink
add github ci23
Browse files Browse the repository at this point in the history
  • Loading branch information
Bechir committed Apr 2, 2024
1 parent c21527c commit 509da20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/common-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
activate-environment: true
auto-update-conda: true
activate-environment: aare
python-version: 3.11
- name: install dependencies
shell: bash -el {0}
if: ${{ contains(inputs.use-system-libraries, 'ON')}}
run: conda info
- name: build with fetch content
Expand Down

0 comments on commit 509da20

Please sign in to comment.