Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BKDDFS authored May 28, 2024
1 parent 6b9c911 commit 54fe463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.6

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5.1.0
with:
python-version: 3.10
python-version: 3.11

- name: Install Poetry
run: |
Expand Down

0 comments on commit 54fe463

Please sign in to comment.