Skip to content

Commit

Permalink
3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-lee97 committed Aug 8, 2024
1 parent 66ef739 commit 6940ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6940ce9

Please sign in to comment.