Skip to content

Commit f22ca7b

Browse files
committed
remove test
1 parent 70217fa commit f22ca7b

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

.control/dev.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -948,10 +948,6 @@ devcontainer_main:
948948
return out
949949
}}#
950950
task:
951-
test-ci:
952-
name: Test
953-
script: |
954-
conda run --name pypackit --live-stream -vv python -m pypackit --help
955951
jupyterlab:
956952
name: Open JupyterLab
957953
script: |

.github/workflows/ci-build.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@ jobs:
3636
uses: ./.github/actions/install-env
3737
with:
3838
load_cache: 'false'
39-
- name: TEST
40-
run: |
41-
conda run --name pypackit --live-stream -vv python -m pypackit --help
42-
x=$(conda run --name pypackit --live-stream -vv python -m pypackit --help)
43-
echo "X is $x"
44-
- name: TEST2
45-
run: |
46-
test-ci
47-
x=$(test-ci)
48-
echo "X is $x"
4939
- name: Build
5040
id: build
5141
run: |

0 commit comments

Comments
 (0)