Skip to content

Commit

Permalink
need to sort files for common ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Feb 14, 2024
1 parent 7fe4a3f commit cd6b0e2
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 211 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
'${{ steps.cp.outputs.python-path }}' -m pytest -v --disable-warnings pCrunch
# Debugging session
- name: Setup tmate session
if: contains( matrix.os, 'ubuntu')
uses: mxschmitt/action-tmate@v3
#- name: Setup tmate session
# if: contains( matrix.os, 'ubuntu')
# uses: mxschmitt/action-tmate@v3

- name: Test examples
run: |
Expand Down
Loading

0 comments on commit cd6b0e2

Please sign in to comment.