Skip to content

Commit

Permalink
No building deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atemerev committed Feb 27, 2024
1 parent 4438c8a commit f35039f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/publish_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,7 @@ jobs:
sudo apt-get install -y python${{ matrix.python_version }} python${{ matrix.python_version }}-distutils python${{ matrix.python_version }}-venv
sudo apt-get install -y curl
sudo curl -sS https://bootstrap.pypa.io/get-pip.py | python${{ matrix.python_version }}
sudo apt-get install -y cmake ninja-build
sudo apt-get install -y libhdf5-mpich-dev
pip3 install pipx
- name: Build libsonatareport
run: |
git clone https://github.com/BlueBrain/libsonatareport.git --recursive
cd libsonatareport
cmake -B build -DCMAKE_BUILD_TYPE=Release -DSONATA_REPORT_ENABLE_SUBMODULES=ON -GNinja
cmake --build build
cd ..
- name: Install neuron
run: |
pip3 install neuron
- name: Build Wheel
run: |
cd $GITHUB_WORKSPACE
Expand All @@ -55,4 +43,4 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
pip3 install twine
python${{ matrix.python_version }} -m twine upload --username $PYPI_USER --password $PYPI_TOKEN dist/*
python${{ matrix.python_version }} -m twine upload --username $PYPI_USER --password --repository testpypi $PYPI_TOKEN dist/*
1 change: 0 additions & 1 deletion neurodamus/io/sonata_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import libsonata
import logging
import os.path

from enum import Enum


Expand Down

0 comments on commit f35039f

Please sign in to comment.