We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70217fa commit f22ca7bCopy full SHA for f22ca7b
2 files changed
.control/dev.yaml
@@ -948,10 +948,6 @@ devcontainer_main:
948
return out
949
}}#
950
task:
951
- test-ci:
952
- name: Test
953
- script: |
954
- conda run --name pypackit --live-stream -vv python -m pypackit --help
955
jupyterlab:
956
name: Open JupyterLab
957
script: |
.github/workflows/ci-build.yaml
@@ -36,16 +36,6 @@ jobs:
36
uses: ./.github/actions/install-env
37
with:
38
load_cache: 'false'
39
- - name: TEST
40
- run: |
41
42
- x=$(conda run --name pypackit --live-stream -vv python -m pypackit --help)
43
- echo "X is $x"
44
- - name: TEST2
45
46
- test-ci
47
- x=$(test-ci)
48
49
- name: Build
50
id: build
51
run: |
0 commit comments