Skip to content

Commit

Permalink
Changed python version to string
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 17, 2024
1 parent 559abdb commit 945ecd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ main ]

env:
ACTIONS_PYTHON_VERSION: 3.10
ACTIONS_PYTHON_VERSION: '3.10'


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on: [ push, pull_request ]

env:
# Version required to run itwêwina:
ACTIONS_PYTHON_VERSION: 3.10
ACTIONS_PYTHON_VERSION: '3.10'
# Version required to run npm build:
ACTIONS_NODE_VERSION: 14
ACTIONS_NODE_VERSION: 20

jobs:
# Skips deploy if [skip deploy] is present in the commit message
Expand Down

0 comments on commit 945ecd9

Please sign in to comment.