Skip to content

Commit

Permalink
Set up Python directly via miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Nov 14, 2024
1 parent b6cf72f commit d928731
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
test-type: [unittest, search, docs]
steps:
- uses: conda-incubator/setup-miniconda@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v4
- name: installing system packages
run: |
conda install fftw mpi git-lfs graphviz gsl openssl openmpi
Expand Down

0 comments on commit d928731

Please sign in to comment.