There was an error while loading. Please reload this page.
1 parent 7442ee0 commit 050051eCopy full SHA for 050051e
2 files changed
.github/workflows/autotests.yml
@@ -15,12 +15,12 @@ jobs:
15
16
- uses: actions/setup-python@v2
17
with:
18
- python-version: "3.9"
+ python-version: "3.10"
19
20
- name: Install python package dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install python-dateutil pytz pytest pytest-cov pygeodiff coveralls
+ pip install python-dateutil pytz pytest pytest-cov pygeodiff truststore coveralls
24
25
- name: Run tests
26
setup.py
@@ -20,6 +20,7 @@
"pygeodiff==2.3.0",
"pytz==2022.1",
"click==8.1.3",
+ "truststore==0.10.4",
],
entry_points={
"console_scripts": ["mergin=mergin.cli:cli"],
0 commit comments