Skip to content

Commit

Permalink
Add new switch task type for running different versions of a task #83
Browse files Browse the repository at this point in the history
Also:
- make sys and os available in all script task expressions
- refactor how named_args are accessed and added to the env
- refactor how captured task results are stashed and accessed
- clean up documentation of task types.
  • Loading branch information
nat-n committed Dec 26, 2022
1 parent e1c3e79 commit 71cf194
Show file tree
Hide file tree
Showing 13 changed files with 807 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: poetry
# cache: poetry

- name: Install dependencies
run: poetry install
Expand Down

0 comments on commit 71cf194

Please sign in to comment.