Skip to content

Commit

Permalink
more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Nov 24, 2023
1 parent 5f1f178 commit b911d3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
python-version: 3.11
- name: Install Dependencies
run: pip install numpy tqdm
- name: Get code size
run: PYTHONPATH="." python sz.py
- name: Train MNIST
run: PYTHONPATH="." python mnist.py

Expand All @@ -37,8 +35,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install deps with mypy torch for testing
run: pip install numpy tqdm mypy torch --extra-index-url https://download.pytorch.org/whl/cpu
- name: Install deps with testing deps
run: pip install numpy tqdm mypy torch pytest tabulate --extra-index-url https://download.pytorch.org/whl/cpu
- name: Get code size
run: PYTHONPATH="." python sz.py
- name: Test ops dtype optim
run: |
PYTHONPATH="." python test/test_ops.py
Expand Down

0 comments on commit b911d3c

Please sign in to comment.