Skip to content

Commit

Permalink
update PL configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 15, 2021
1 parent 401aae9 commit 5d7f38a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_testing.yml
Expand Up @@ -2,6 +2,8 @@ name: CI compatibility

# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on: # Trigger the workflow on push or pull request, but only for the main branch
push:
branches: [main]
pull_request:
branches: [main]
schedule:
Expand Down
3 changes: 3 additions & 0 deletions configs/PyTorchLightning/flash_pl-master.yaml
Expand Up @@ -29,3 +29,6 @@ testing:
- tests/examples
# additional pytest arguments
pytest_args: --strict

runtimes:
- {os: "ubuntu-20.04", python-version: "3.8"}
5 changes: 5 additions & 0 deletions configs/PyTorchLightning/flash_pl-release.yaml
Expand Up @@ -29,3 +29,8 @@ testing:
- tests/examples
# additional pytest arguments
pytest_args: --strict

runtimes:
- {os: "ubuntu-20.04", python-version: "3.8"}
- {os: "macOS-10.15", python-version: "3.8"}
- {os: "windows-2019", python-version: "3.8"}
3 changes: 3 additions & 0 deletions configs/PyTorchLightning/transformers_pl-master.yaml
Expand Up @@ -24,3 +24,6 @@ dependencies:
testing:
dirs:
- tests

runtimes:
- {os: "ubuntu-20.04", python-version: "3.8"}
4 changes: 4 additions & 0 deletions configs/PyTorchLightning/transformers_pl-release.yaml
Expand Up @@ -24,3 +24,7 @@ dependencies:
testing:
dirs:
- tests

runtimes:
- {os: "ubuntu-20.04", python-version: "3.8"}
- {os: "macOS-10.15", python-version: "3.8"}

0 comments on commit 5d7f38a

Please sign in to comment.