Skip to content

Commit

Permalink
Workaround to avoid importing libraries before they are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed May 21, 2024
1 parent d1160d0 commit cf1fb93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install .
#pip install -r requirements.txt
# First download before tests as they make use of the downloaded files
- name: Download all files
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from setuptools import setup, find_packages
from helical.version import __version__
# from helical.version import __version__

setup(
name='helical',
version=__version__,
# version=__version__,

url='https://github.com/helicalAI/helical-package.git',
author='Benoit Putzeys, Maxime Allard',
Expand Down

0 comments on commit cf1fb93

Please sign in to comment.