Skip to content

Commit

Permalink
Merge branch 'master' into celery-5-master-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalEgn committed Jul 10, 2024
2 parents d5a8be9 + 5046f16 commit bb38f4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
fetch-depth: 0
python-version: ${{ matrix.python-version }}

- name: Install python dependencies
run: |
Expand Down

0 comments on commit bb38f4f

Please sign in to comment.