Skip to content

Commit

Permalink
fixup! ci: add Downgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Mar 14, 2024
1 parent 4e51b0b commit ab512c0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,21 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: ['1']
group:
- QA
- ODEBPINN
- PDEBPINN
- NNPDE1
- NNPDE2
- AdaptiveLoss
- Logging
- Forward
- NeuralAdapter
- DGM
version:
- "1"
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit ab512c0

Please sign in to comment.