Skip to content

Commit

Permalink
updating python version in wflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamalinov committed Feb 16, 2024
1 parent 27444d9 commit 45632f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# This action sets up a Python environment for use in actions
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.10
# optional: architecture: x64 x64 or x86. Defaults to x64 if not specified

# Step-2 Install Python Virtual ENV
Expand Down

0 comments on commit 45632f6

Please sign in to comment.