Skip to content

Commit 87c0c62

Browse files
committed
try again
1 parent af1400c commit 87c0c62

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
17+
- name: Make prevent_commit_to_main.sh executable
18+
run: chmod +x ./prevent_commit_to_main.sh
1719
- uses: pre-commit/[email protected]
1820
with:
1921
extra_args: --all-files

.github/workflows/testing.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,10 @@ jobs:
4545
conda install --file requirements/requirements.txt
4646
conda install pytest coverage codecov
4747
pip install .
48-
chmod +x ./prevent_commit_to_main.sh
4948
5049
- name: Validate diffpy.labpdfproc
5150
shell: bash -l {0}
5251
run: |
53-
pwd
54-
ls
5552
conda activate test
5653
coverage run -m pytest -s
5754
coverage report -m

0 commit comments

Comments
 (0)