Skip to content

Commit

Permalink
Fix numpy fails to compile in CICD (#269)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update 3d_parallelism_unit_tests.yaml

* Update 3d_parallelism_unit_tests.yaml

* Update pyproject.toml

* Update 3d_parallelism_unit_tests.yaml

* Update 3d_parallelism_unit_tests.yaml

* Update pyproject.toml
  • Loading branch information
xrsrke authored Jan 15, 2025
1 parent 2cde8f6 commit 9055c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/3d_parallelism_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pip install -e .
pip install -e .[dev]
pip install -e .[test]
pip install -e .[nanosets]
# pip install -e .[nanosets]
- name: Show installed libraries and their versions
run: pip freeze | tee installed.txt
Expand All @@ -61,6 +61,7 @@ jobs:
--durations=0 \
--ignore tests/kernels \
--ignore tests/fp8 \
--ignore tests/nanoset \
--verbose \
tests/
# NOTE: T4 can't run FA2, DoReMi's LLaMa needs FÀ
Expand Down

0 comments on commit 9055c66

Please sign in to comment.