We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1400c commit 87c0c62Copy full SHA for 87c0c62
.github/workflows/pre-commit.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-python@v4
17
+ - name: Make prevent_commit_to_main.sh executable
18
+ run: chmod +x ./prevent_commit_to_main.sh
19
- uses: pre-commit/[email protected]
20
with:
21
extra_args: --all-files
.github/workflows/testing.yml
@@ -45,13 +45,10 @@ jobs:
45
conda install --file requirements/requirements.txt
46
conda install pytest coverage codecov
47
pip install .
48
- chmod +x ./prevent_commit_to_main.sh
49
50
- name: Validate diffpy.labpdfproc
51
shell: bash -l {0}
52
run: |
53
- pwd
54
- ls
55
conda activate test
56
coverage run -m pytest -s
57
coverage report -m
0 commit comments