Skip to content

Commit 364ab53

Browse files
authored
Merge branch 'CHLNDDEV:master' into stereo-fix
2 parents 8af86ef + a017890 commit 364ab53

File tree

3 files changed

+7
-23
lines changed

3 files changed

+7
-23
lines changed

.github/workflows/formatting.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/testing.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v2
1414
with:
15-
python-version: "3.x"
15+
python-version: "3.7"
1616
- uses: actions/checkout@v2
1717
- name: Lint with flake8
1818
run: |
@@ -34,6 +34,9 @@ jobs:
3434
uses: actions/setup-python@v2
3535
with:
3636
python-version: ${{ matrix.python-version }}
37+
- name: Update
38+
run: |
39+
sudo apt update
3740
- name: Install CGAL 5
3841
run: |
3942
sudo apt install -y libcgal-dev

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[build-system]
22
requires = ["setuptools>=42", "wheel", "pybind11>=2.6.0", "versioneer-518"]
33
build-backend = "setuptools.build_meta"
4+
5+
[tool.black]
6+
target-version = ['py37']

0 commit comments

Comments
 (0)