We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab6371 commit cf5faeeCopy full SHA for cf5faee
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- os: [ubuntu-22.04, ubuntu-latest, macos-12, macos-latest]
+ os: [ubuntu-22.04, ubuntu-latest, macos-13, macos-latest]
11
fail-fast: false
12
steps:
13
- uses: actions/checkout@v4
@@ -19,8 +19,6 @@ jobs:
19
run: sudo apt update && sudo apt install build-essential cmake lcov
20
- name: Install svZeroDSolver
21
run: |
22
- #export PATH="/usr/share/miniconda/bin:$PATH"
23
- #alias conda="$CONDA/bin/conda"
24
conda create -n zerod python=3.11.4
25
conda run -n zerod pip install -e ".[dev]"
26
- name: Test the build
0 commit comments