Skip to content

Commit

Permalink
osx test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Dec 5, 2024
1 parent ff1f31e commit 6013702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- name: Setup conda
uses: conda-incubator/etup-miniconda@v3
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
activate-environment: test
auto-activate-base: False
auto-activate-base: false
- name: Install essential
run: |
sudo apt update
Expand Down

0 comments on commit 6013702

Please sign in to comment.