debug stuff

This commit is contained in:
Harrison Chase
2024-02-04 15:19:23 -08:00
parent 54fcd476bb
commit 983c2a2f88

View File

@@ -92,6 +92,7 @@ jobs:
- name: Analysing the code with our lint
working-directory: ${{ inputs.working-directory }}
run: |
pip freeze
make lint_package
- name: Install test dependencies