Skip to content

Commit

Permalink
Installing also python via conda
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Mar 9, 2023
1 parent d4f16bc commit 0ddcd4d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:

- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
Expand All @@ -40,7 +35,7 @@ jobs:
- name: Dependencies
shell: bash -l {0}
run: |
mamba install casadi pytest
mamba install python=${{ matrix.python }} casadi pytest
- name: Install
shell: bash -l {0}
Expand Down

0 comments on commit 0ddcd4d

Please sign in to comment.