Skip to content

Commit

Permalink
Update 01_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaydon2005 authored Jul 31, 2024
1 parent 46d2f5d commit c5929d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/01_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
steps:

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

- name: List directory contents
run: ls -la

- name: Set up Python
uses: actions/setup-python@master
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down

0 comments on commit c5929d1

Please sign in to comment.