Skip to content

Commit c9292ed

Browse files
DanielYang59janosh
andauthored
Exclude gulp from package data (#3789)
* exclude gulp from package * Need confirm: update GULP url * remove `gulp` and libs * remove gulp test from CI * update download url info in error msg * remove cmd_line package from find_namespace_packages in setup.py, from vendored files in .gitattributes and from exclude patterns in .pre-commit-config.yaml --------- Co-authored-by: Janosh Riebesell <[email protected]>
1 parent bf2f421 commit c9292ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4
-22467
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# declare HTML, rST and test files as vendored/docs to exclude them when calculating repo languages on GitHub
22
tests/files/**/* linguist-vendored
3-
cmd_line/* linguist-vendored
43
docs/**/* linguist-generated
54
dev_scripts/**/* linguist-vendored

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444

4545
env:
4646
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
47-
GULP_LIB: ${{ github.workspace }}/cmd_line/gulp/Libraries
4847
PMG_VASP_PSP_DIR: ${{ github.workspace }}/tests/files
4948

5049
steps:
@@ -61,11 +60,6 @@ jobs:
6160
- name: Install uv
6261
run: micromamba run -n pmg pip install uv
6362

64-
- name: Copy GULP to bin
65-
if: matrix.os == 'ubuntu-latest'
66-
run: |
67-
sudo cp cmd_line/gulp/Linux_64bit/* /usr/local/bin/
68-
6963
- name: Install ubuntu-only conda dependencies
7064
if: matrix.os == 'ubuntu-latest'
7165
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude: ^(docs|tests/files|cmd_line|tasks.py)
1+
exclude: ^(docs|tests/files|tasks.py)
22

33
ci:
44
autoupdate_schedule: monthly

cmd_line/gulp/Libraries/belashchenko.lib

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

cmd_line/gulp/Libraries/bks.lib

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

cmd_line/gulp/Libraries/bresme_water.lib

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

cmd_line/gulp/Libraries/bush.lib

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

cmd_line/gulp/Libraries/carbonate.lib

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

cmd_line/gulp/Libraries/catlow.lib

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

0 commit comments

Comments
 (0)