Skip to content

Commit

Permalink
Update test-ci.yml (#301)
Browse files Browse the repository at this point in the history
Fixed mac-os builds
  • Loading branch information
alex-petrenko authored Jun 9, 2024
1 parent 1e0d6e0 commit 8fd1a28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
activate-environment: myenv
auto-activate-base: true
miniconda-version: "latest" # Ensure Miniconda is downloaded and installed
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 8fd1a28

Please sign in to comment.