Skip to content

Commit 2c314b5

Browse files
Merge pull request #41 from planetmarshall/use-treeless-clone
bump to 1.3.2 and drop LFS
2 parents 5a18bf7 + f81c28c commit 2c314b5

File tree

18 files changed

+5
-27
lines changed

18 files changed

+5
-27
lines changed

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
- name: Checkout repository
5555
uses: actions/checkout@v4
5656
with:
57-
lfs: true
58-
fetch-depth: ${{ github.ref_type == 'tag' && '1' || '0' }}
57+
fetch-depth: 0
5958

6059
- name: Setup MSVC tools
6160
if: matrix.os == 'windows-2022'
@@ -91,8 +90,7 @@ jobs:
9190
- name: Checkout repository
9291
uses: actions/checkout@v4
9392
with:
94-
lfs: true
95-
fetch-depth: ${{ github.ref_type == 'tag' && '1' || '0' }}
93+
fetch-depth: 0
9694

9795
- name: install prerequisites
9896
run: |
@@ -126,7 +124,7 @@ jobs:
126124
steps:
127125
- uses: actions/checkout@v4
128126
with:
129-
fetch-depth: ${{ github.ref_type == 'tag' && '1' || '0' }}
127+
fetch-depth: 0
130128

131129
- name: Set up Python
132130
uses: actions/setup-python@v4

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.24)
22
cmake_policy(SET CMP0148 NEW)
33

4-
project(Pycharls VERSION 1.3.1)
4+
project(Pycharls VERSION 1.3.2)
55

66
find_package(Python COMPONENTS Interpreter Development.Module)
77
find_package(pybind11 CONFIG REQUIRED)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Tests
7676
-----
7777

7878
A suite of tests covering the applicable conformance tests from the specification is provided.
79-
You will need [git-lfs](https://git-lfs.github.com/) to clone the data.
8079

8180
```
8281
pip install -r requirements.txt

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ cmake.minimum-version = "3.24"
2727
cmake.args=["--preset conan"]
2828

2929
[tool.setuptools_scm]
30+
fallback_version = "1.3.2"
3031

3132
[tool.cibuildwheel]
3233
build-frontend = "build"

test/data/.gitattributes

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

test/data/T16E0.JLS

58.5 KB
Binary file not shown.

test/data/T16E3.JLS

41.1 KB
Binary file not shown.

test/data/T8C0E0.JLS

99.7 KB
Binary file not shown.

test/data/T8C0E3.JLS

62 KB
Binary file not shown.

test/data/T8C1E0.JLS

98.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)