Skip to content

Commit

Permalink
more ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Nov 7, 2023
1 parent 8076ee6 commit c941e33
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 60 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@ jobs:
- name: Install apt dependencies
run: |
sudo apt update
sudo apt install openmpi-bin libopenmpi-dev gsl-bin libgsl-dev libhdf5-dev
- name: Cache pip
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-${{ matrix.python-version }}-pip-
${{ runner.os }}-
sudo apt install openmpi-bin libopenmpi-dev
- name: Install dependencies & self
run: |
Expand Down
1 change: 0 additions & 1 deletion docs/bsb/bsb.config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Subpackages
:maxdepth: 4

bsb.config.parsers
bsb.config.templates

Submodules
----------
Expand Down
10 changes: 0 additions & 10 deletions docs/bsb/bsb.config.templates.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ profiling = "bsb._options:profiling"
[project.optional-dependencies]
test = [
"coverage~=7.3.0",
"bsb-hdf5==1.0.0b0",
"bsb-hdf5==1.0.0b1",
"bsb-test==0.0.0b0",
"bsb-json==0.0.0b0"
]
Expand Down
39 changes: 0 additions & 39 deletions requirements.txt

This file was deleted.

0 comments on commit c941e33

Please sign in to comment.