Skip to content

Commit

Permalink
Update request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 authored Jan 26, 2024
1 parent e8e2e4b commit 9f17591
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install requirements
run: pip install -r requirements.txt
- name: Run a code
Expand Down

0 comments on commit 9f17591

Please sign in to comment.