File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -23,30 +23,13 @@ defaults:
23
23
shell : bash -l {0}
24
24
25
25
jobs :
26
- # environment-config:
27
- # runs-on: ubuntu-latest
28
- # outputs:
29
- # stable-python-version: ${{ steps.get-compatible-python.outputs.stable-python }}
30
- # python-matrix: ${{ steps.get-compatible-python.outputs.python-versions }}
31
- # steps:
32
- # - uses: actions/setup-python@v5.3.0
33
- # with:
34
- # python-version: "3.13"
35
- #
36
- # - id: get-compatible-python
37
- # uses: MDAnalysis/mdanalysis-compatible-python@main
38
- # with:
39
- # release: "latest"
40
- #
41
26
main-tests :
42
27
if : " github.repository == 'becksteinlab/basicrta'"
43
- # needs: environment-config
44
28
runs-on : ${{ matrix.os }}
45
29
strategy :
46
30
fail-fast : false
47
31
matrix :
48
32
os : [macOS-latest, ubuntu-latest, windows-latest]
49
- # python-version: ${{ fromJSON(needs.environment-config.outputs.python-matrix) }}
50
33
python-version : ["3.10", "3.11", "3.12"]
51
34
mdanalysis-version : ["latest", "develop"]
52
35
exclude :
You can’t perform that action at this time.
0 commit comments