diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76f16e520..a0b633091 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,11 @@ jobs: run: | echo "Running tests with Python version: ${{ matrix.python-version }}" echo "Running tox environment: ${{ matrix.toxenv }}" - # Add any additional logs or information you want to print - echo "Contents of the working directory:" + echo "ls -a" ls -al - echo "Contents of the data directory:" - ls -al path/to/data # Adjust the data directory path as needed + echo "echo envsitepackagesdir: ${{envsitepackagesdir}}" + echo "ls -al ${{envsitepackagesdir}}" + ls -al ${{envsitepackagesdir}} - name: Run Tests run: tox -e ${{ matrix.toxenv }}