We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a6164 commit 060fde4Copy full SHA for 060fde4
.github/workflows/ci.yml
@@ -1,8 +1,6 @@
1
name: aiida-core
2
3
on: [push, pull_request]
4
- branch:
5
- - develop # TODO: Remove before merge
6
7
jobs:
8
.github/workflows/dm.yml
@@ -78,8 +78,8 @@ jobs:
78
strategy:
79
fail-fast: false
80
matrix:
81
- python-version: [3.8] # TODO: Change to all supported Python versions before merge
82
- backend: ['django'] # TODO: Add 'sqlalchemy' before merge
+ python-version: [3.5, 3.6, 3.7, 3.8]
+ backend: ['django', 'sqlalchemy']
83
84
steps:
85
- uses: actions/checkout@v2
0 commit comments