Skip to content

Commit

Permalink
Don't use action script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Feb 22, 2024
1 parent ec48579 commit e672b39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/setup_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
source $VENV
poetry run doit
run: poetry run doit
- name: Upload output
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e672b39

Please sign in to comment.