Skip to content

Commit 90e1a61

Browse files
committed
fixed yaml syntax error
1 parent 9744936 commit 90e1a61

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/gh-ci.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,13 @@ defaults:
2323
shell: bash -l {0}
2424

2525
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-
#
4126
main-tests:
4227
if: "github.repository == 'becksteinlab/basicrta'"
43-
# needs: environment-config
4428
runs-on: ${{ matrix.os }}
4529
strategy:
4630
fail-fast: false
4731
matrix:
4832
os: [macOS-latest, ubuntu-latest, windows-latest]
49-
# python-version: ${{ fromJSON(needs.environment-config.outputs.python-matrix) }}
5033
python-version: ["3.10", "3.11", "3.12"]
5134
mdanalysis-version: ["latest", "develop"]
5235
exclude:

0 commit comments

Comments
 (0)