File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
15
15
- uses : prefix-dev/setup-pixi@v0.8.3
16
16
- name : Create table noetic
17
17
run : |
18
- pixi run compare-completeness noetic robostack-staging
19
- - name : Create table foxy
20
- run : |
21
- pixi run compare-completeness foxy robostack
22
- - name : Create table galactic
23
- run : |
24
- pixi run compare-completeness galactic robostack-experimental
18
+ pixi run compare-completeness noetic robostack-noetic
19
+ # - name: Create table foxy
20
+ # run: |
21
+ # pixi run compare-completeness foxy robostack
22
+ # - name: Create table galactic
23
+ # run: |
24
+ # pixi run compare-completeness galactic robostack-experimental
25
25
- name : Create table humble
26
26
run : |
27
- pixi run compare-completeness humble robostack-staging
27
+ pixi run compare-completeness humble robostack-humble
28
28
- name : Create table jazzy
29
29
run : |
30
30
pixi run compare-completeness jazzy robostack-jazzy
You can’t perform that action at this time.
0 commit comments