Skip to content

Commit

Permalink
Merge branch '12-Nov-24' of https://github.com/tanwarsh/openfl into 1…
Browse files Browse the repository at this point in the history
…2-Nov-24
  • Loading branch information
tanwarsh committed Nov 12, 2024
2 parents 6964401 + 3301e57 commit 3f273b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
permissions:
contents: read

env:
# A workaround for long FQDN names provided by GitHub actions.
FQDN: "localhost"

jobs:
lint: # from lint.yml
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
permissions:
contents: read

env:
# A workaround for long FQDN names provided by GitHub actions.
FQDN: "localhost"

jobs:
pytest-coverage: # from pytest_coverage.yml
runs-on: windows-latest
Expand Down

0 comments on commit 3f273b7

Please sign in to comment.