Skip to content

Commit 060fde4

Browse files
committed
Restore previously disabled CI steps.
1 parent 77a6164 commit 060fde4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: aiida-core
22

33
on: [push, pull_request]
4-
branch:
5-
- develop # TODO: Remove before merge
64

75
jobs:
86

.github/workflows/dm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
python-version: [3.8] # TODO: Change to all supported Python versions before merge
82-
backend: ['django'] # TODO: Add 'sqlalchemy' before merge
81+
python-version: [3.5, 3.6, 3.7, 3.8]
82+
backend: ['django', 'sqlalchemy']
8383

8484
steps:
8585
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)