Skip to content

Commit 4a4f700

Browse files
committed
Added LevelDB-based attribute container store
1 parent 56d8afd commit 4a4f700

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
add-apt-repository -y ppa:deadsnakes/ppa
3737
add-apt-repository -y ppa:gift/dev
3838
apt-get update -q
39-
apt-get install -y build-essential git python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-distutils python3-pip python3-setuptools python3-yaml
39+
apt-get install -y build-essential git python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-distutils python3-pip python3-setuptools python3-yaml
4040
- name: Install tox
4141
run: |
4242
python3 -m pip install tox

.github/workflows/test_tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
add-apt-repository -y ppa:deadsnakes/ppa
4545
add-apt-repository -y ppa:gift/dev
4646
apt-get update -q
47-
apt-get install -y build-essential git python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-distutils python3-pip python3-setuptools python3-yaml
47+
apt-get install -y build-essential git python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-distutils python3-pip python3-setuptools python3-yaml
4848
- name: Install tox
4949
run: |
5050
python3 -m pip install tox
@@ -80,7 +80,7 @@ jobs:
8080
add-apt-repository -y ppa:deadsnakes/ppa
8181
add-apt-repository -y ppa:gift/dev
8282
apt-get update -q
83-
apt-get install -y build-essential git python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-distutils python3-pip python3-setuptools python3-yaml
83+
apt-get install -y build-essential git python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-distutils python3-pip python3-setuptools python3-yaml
8484
- name: Install tox
8585
run: |
8686
python3 -m pip install tox
@@ -118,7 +118,7 @@ jobs:
118118
add-apt-repository -y ppa:deadsnakes/ppa
119119
add-apt-repository -y ppa:gift/dev
120120
apt-get update -q
121-
apt-get install -y build-essential git python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-distutils python3-pip python3-setuptools python3-yaml
121+
apt-get install -y build-essential git python${{ matrix.python-version }} python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv python3-distutils python3-pip python3-setuptools python3-yaml
122122
- name: Install tox
123123
run: |
124124
python3 -m pip install tox

0 commit comments

Comments
 (0)