Skip to content

Commit

Permalink
Merge pull request #6313 from cylc/8.3.x-sync
Browse files Browse the repository at this point in the history
🤖 Merge 8.3.x-sync into master
  • Loading branch information
wxtim authored Aug 22, 2024
2 parents 3bba384 + 2e3ba22 commit 2c4300c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ jobs:
with:
name: 'cylc-run (bash-${{ matrix.bash-version }})'
path: cylc-run
include-hidden-files: true
1 change: 1 addition & 0 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
with:
name: cylc-run (${{ matrix.os }} py-${{ matrix.python-version }})
path: ~/cylc-run/
include-hidden-files: true

- name: Coverage report
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ jobs:
with:
name: cylc-run (${{ steps.uploadname.outputs.uploadname }})
path: ~/cylc-run/
include-hidden-files: true

- name: Fetch Remote Coverage
if: env.REMOTE_PLATFORM == 'true'
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ ignore=
W504
; "experimental" SIM9xx rules (flake8-simplify)
SIM9
; suggests using f"{!r}" instead of manual quotes (flake8-bugbear)
; Doesn't work at 3.7
B028

per-file-ignores=
; TYPE_CHECKING block suggestions
Expand Down

0 comments on commit 2c4300c

Please sign in to comment.