File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Python wheels
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
tags : " *"
7
7
pull_request :
8
8
# Check all PR
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Documentation
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
tags : ["*"]
7
7
pull_request :
8
8
# Check all PR
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
7
# Check all PR
8
8
Original file line number Diff line number Diff line change 1
1
# sphericart
2
2
3
- ![ tests ] ( https://github.com/lab-cosmo/sphericart/actions/workflows/tests.yml/badge.svg )
3
+ [ ![ Test ] ( https://github.com/lab-cosmo/sphericart/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/lab-cosmo/sphericart/actions/workflows/tests.yml )
4
4
5
5
This is sphericart, a multi-language library for the efficient calculation of the
6
6
spherical harmonics and their derivatives in Cartesian coordinates.
@@ -56,15 +56,15 @@ The following cmake configuration options are available:
56
56
57
57
### Running tests and documentation
58
58
59
- Tests and the local build of the documentation can be run with ` tox ` .
59
+ Tests and the local build of the documentation can be run with ` tox ` .
60
60
The default tests, which are also run on the CI, can be executed by simply running
61
61
``` bash
62
62
tox
63
63
```
64
- in the main folder of the repository.
64
+ in the main folder of the repository.
65
65
66
66
To run tests in a CPU-only environment you can set the environment variable
67
- ` PIP_EXTRA_INDEX_URL ` before calling tox, e.g.
67
+ ` PIP_EXTRA_INDEX_URL ` before calling tox, e.g.
68
68
``` bash
69
69
PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu tox -e docs
70
70
```
You can’t perform that action at this time.
0 commit comments