Skip to content

Commit

Permalink
update test and flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
eliebak committed Sep 4, 2024
1 parent b646980 commit 714644d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fa2_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
pip install -e .
pip install -e .[dev]
pip install -e .[test]
pip install -e .[nanosets]
pip install -e .[s3]
pip install -e .[lighteval]
- name: Show installed libraries and their versions
run: pip freeze | tee installed.txt
Expand Down
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ nanosets = [
"numba",
]

s3 = [
"boto3",
"s3fs",
"s5cmd",
]

lighteval = [
"lighteval@git+https://github.com/eliebak/lighteval.git@current-nanotron",
]

[build-system]
requires = [
"setuptools",
Expand Down

0 comments on commit 714644d

Please sign in to comment.