Skip to content

Commit

Permalink
Merge pull request #100 from RasaHQ/other-tests
Browse files Browse the repository at this point in the history
Other tests
  • Loading branch information
koaning authored Feb 22, 2021
2 parents e4c21c0 + 8e9aa78 commit be67314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac-os-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [macos-latest]
python-version: [3.7]
rasa-version: ["2.0"]
rasa-version: [2.3]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7]
rasa-version: [2.0, 2.3]
python-version: [3.6, 3.7, 3.8]
rasa-version: [2.3]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit be67314

Please sign in to comment.