diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 73029354..52b62174 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,10 +18,8 @@ on: jobs: tests: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - + - uses: actions/checkout@v3 - name: Set up Python 3.10 uses: actions/setup-python@v2 with: @@ -52,9 +50,8 @@ jobs: pip install pytest pip install pytest-cov - - name: Python dependencies - run: | - pip list + - name: Show installed libraries and their versions + command: pip freeze | tee installed.txt - name: Run tests run: pytest --color=yes --durations=0 --verbose tests/ diff --git a/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_bias.safetensors b/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_bias.safetensors deleted file mode 100644 index 209a4147..00000000 Binary files a/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_bias.safetensors and /dev/null differ diff --git a/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_weight.safetensors b/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_weight.safetensors deleted file mode 100644 index 7de3af5c..00000000 Binary files a/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_weight.safetensors and /dev/null differ diff --git a/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/1/linear/pp_block/model_bias.safetensors b/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/1/linear/pp_block/model_bias.safetensors deleted file mode 100644 index a9900cb7..00000000 Binary files a/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/1/linear/pp_block/model_bias.safetensors and /dev/null differ diff --git a/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/1/linear/pp_block/model_weight.safetensors b/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/1/linear/pp_block/model_weight.safetensors deleted file mode 100644 index fd3463d6..00000000 Binary files a/tests/.test_cache/231a2360-b6c0-11ee-8ff5-16a08fa8d1dd/model/module/mlp/1/linear/pp_block/model_weight.safetensors and /dev/null differ