Skip to content

Commit 031fb94

Browse files
committed
pyrosetta workflow
1 parent 1b69d12 commit 031fb94

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-23
lines changed

.github/workflows/pyrosetta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
environment: [py310, py311, py312, py313, py314, ]
21+
#environment: [py310, py311, py312, py313, py314, ]
22+
environment: [py313, ]
2223
steps:
2324
- uses: actions/checkout@v4
2425
- uses: prefix-dev/[email protected]

pyrosetta/pixi/pixi.toml

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,43 @@ version = "0.1.0"
99

1010
[tasks]
1111

12-
#[dependencies]
12+
[dependencies]
13+
#python = "3.13.*"
14+
pyrosetta = "*"
1315

1416

1517
[pypi-dependencies]
1618
pyrosetta-distributed = "*"
1719

1820

19-
[feature.py310.dependencies]
20-
python = "3.10.*"
21-
pyrosetta = "*"
22-
23-
[feature.py311.dependencies]
24-
python = "3.11.*"
25-
pyrosetta = "*"
26-
27-
[feature.py312.dependencies]
28-
python = "3.12.*"
29-
pyrosetta = "*"
30-
21+
# [feature.py310.dependencies]
22+
# python = "3.10.*"
23+
# pyrosetta = "*"
24+
#
25+
# [feature.py311.dependencies]
26+
# python = "3.11.*"
27+
# pyrosetta = "*"
28+
#
29+
# [feature.py312.dependencies]
30+
# python = "3.12.*"
31+
# pyrosetta = "*"
32+
#
3133
[feature.py313.dependencies]
3234
python = "3.13.*"
33-
pyrosetta = "*"
34-
35-
[feature.py314.dependencies]
36-
python = "3.14.*"
37-
pyrosetta = "*"
35+
# pyrosetta = "*"
36+
#
37+
# [feature.py314.dependencies]
38+
# python = "3.14.*"
39+
# pyrosetta = "*"
40+
#
41+
#
42+
# [environments]
43+
# py310 = ["py310"]
44+
# py311 = ["py311"]
45+
# py312 = ["py312"]
46+
# py313 = ["py313"]
47+
# py314 = ["py314"]
3848

3949

4050
[environments]
41-
py310 = ["py310"]
42-
py311 = ["py311"]
43-
py312 = ["py312"]
4451
py313 = ["py313"]
45-
py314 = ["py314"]

0 commit comments

Comments
 (0)