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 cd84158 commit 9170c23Copy full SHA for 9170c23
.github/workflows/tests-on-pr.yml
@@ -1,15 +1,12 @@
1
name: Tests on PR
2
3
on:
4
- push:
5
- branches:
6
- - main
7
pull_request:
8
workflow_dispatch:
9
10
jobs:
11
tests-on-pr:
12
- uses: Billingegroup/release-scripts/.github/workflows/_tests-on-pr.yml@v0
+ uses: scikit-package/release-scripts/.github/workflows/_tests-on-pr.yml@v0
13
with:
14
project: diffpy.utils
15
c_extension: false
.gitignore
@@ -10,6 +10,7 @@ __pycache__/
.Python
env/
build/
+_build/
develop-eggs/
dist/
16
downloads/
@@ -90,10 +91,3 @@ target/
90
91
92
# Ipython Notebook
93
.ipynb_checkpoints
-
94
-# version information
95
-setup.cfg
96
-/src/diffpy/*/version.cfg
97
98
-# Rever
99
-rever/
0 commit comments