From f35039f08a5611d6eb570d5008be311e1214f8c8 Mon Sep 17 00:00:00 2001 From: Alexander Temerev Date: Tue, 27 Feb 2024 15:53:03 +0100 Subject: [PATCH] No building deps --- .github/workflows/publish_wheels.yml | 14 +------------- neurodamus/io/sonata_config.py | 1 - 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/publish_wheels.yml b/.github/workflows/publish_wheels.yml index 1aba7844..c418c3a2 100644 --- a/.github/workflows/publish_wheels.yml +++ b/.github/workflows/publish_wheels.yml @@ -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 @@ -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/* diff --git a/neurodamus/io/sonata_config.py b/neurodamus/io/sonata_config.py index b8972155..fc20274f 100644 --- a/neurodamus/io/sonata_config.py +++ b/neurodamus/io/sonata_config.py @@ -5,7 +5,6 @@ import libsonata import logging import os.path - from enum import Enum