XquanL commited on
Commit
e1db8f3
·
unverified ·
1 Parent(s): 9fb4d49

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -10,7 +10,7 @@ jobs:
10
  - name: Set up Python 3.10
11
  uses: actions/setup-python@v1
12
  with:
13
- python-version: 3.10.8
14
  - name: Install dependencies
15
  run: |
16
  make install
 
10
  - name: Set up Python 3.10
11
  uses: actions/setup-python@v1
12
  with:
13
+ python-version: '3.10'
14
  - name: Install dependencies
15
  run: |
16
  make install