Skip to content

Commit

Permalink
TMP: Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax committed Aug 18, 2023
1 parent 34419e7 commit 4422d91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Print debug info
run: env

- name: Fetch sources
uses: actions/checkout@v3
with:
Expand All @@ -50,6 +53,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e .[dev-noxfile]
pip freeze
- name: Run nox
# To speed things up a bit we use the special ci_checks_max session
Expand Down

0 comments on commit 4422d91

Please sign in to comment.