Skip to content

Commit

Permalink
add tqdm
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Sep 9, 2024
1 parent 487aa0f commit 71b149d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: poetry build
- name: Testing
run: |
poetry install --with test
poetry install --with test --all-extras
#poetry run pytest ./tests/test_nlp.py -vvv -s
poetry run pytest ./tests/test_structs.py -v
poetry run pytest ./tests/test_nlp.py -v
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
echo "Building wheel ${CIBW_BUILD}"
poetry run python --version
poetry install
poetry install --all-extras
cat ./pyproject.toml
poetry run python -m cibuildwheel --output-dir wheelhouse
echo "step 1"
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
echo "Building wheel ${CIBW_BUILD}"
poetry run python --version
poetry install
poetry install --all-extras
cat ./pyproject.toml
poetry run python -m cibuildwheel --output-dir wheelhouse
echo "step 1"
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ netwulf = "^0.1.5"
python-dotenv = "^1.0.0"
pybind11 = "^2.10.4"
numerize = "^0.12"
tqdm = "^4.64.0"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.2"
Expand Down

0 comments on commit 71b149d

Please sign in to comment.