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 25, 2022
1 parent 5951507 commit 39fd87c
Show file tree
Hide file tree
Showing 13 changed files with 805 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 39fd87c

Please sign in to comment.