Skip to content

Commit

Permalink
Update Python version in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm authored Oct 16, 2024
1 parent 657c92c commit 4e9e0a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/mdi_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.8'

- name: Install MDI Mechanic
run: pip install mdimechanic

- name: Create MDI Mechanic report
run: |
docker compose version
mdimechanic report
run: mdimechanic report

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit 4e9e0a4

Please sign in to comment.