Skip to content

Commit

Permalink
Revert "Update main.yml (#318)" (#319)
Browse files Browse the repository at this point in the history
This reverts commit f3f2b8f.
  • Loading branch information
hmm007 authored May 17, 2024
1 parent f3f2b8f commit 93bc3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v2
with:
python-version: 3.11 # Specify your desired Python version here

Expand Down

0 comments on commit 93bc3f7

Please sign in to comment.