Skip to content

Commit

Permalink
Merge branch 'main' into issue/171/somspecnb
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmidt23 authored Jan 27, 2025
2 parents 3ef6ca7 + 55ed85b commit c0c5940
Show file tree
Hide file tree
Showing 9 changed files with 1,637 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install libbz2-dev
python -m pip install --upgrade pip
pip install wheel numpy
pip install .
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install libbz2-dev
python -m pip install --upgrade pip
pip install wheel numpy
pip install .[dev]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install libbz2-dev
python -m pip install --upgrade pip
pip install wheel numpy
pip install .
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install libbz2-dev
python -m pip install --upgrade pip
pip install wheel numpy
pip install .
Expand Down
Loading

0 comments on commit c0c5940

Please sign in to comment.