Skip to content

Commit

Permalink
fix upgrade action
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 8, 2022
1 parent 1d3c2a8 commit 3c5c693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: detect auto-upgrade-dependency branches
id: changes
run: echo "count=$(git branch -r | grep auto-dependency-upgrades- | wc -l | xargs)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3c5c693

Please sign in to comment.