Skip to content

Commit

Permalink
Merge branch 'master' into dll_rebased_onto_master
Browse files Browse the repository at this point in the history
  • Loading branch information
ronald-jaepel authored Apr 23, 2024
2 parents ef2fc2c + 0298468 commit fbf6a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
path: ${{ env.CONDA }}/envs
key: python_${{ matrix.python-version }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}

- name: Set up mamba
- name: Set up python env
run: |
mamba install python==${{ matrix.python-version }}
pip install .
- name: Install pypa/build
run: |
python -m pip install build --user
Expand Down

0 comments on commit fbf6a21

Please sign in to comment.