Skip to content

Commit

Permalink
Run Legacy Validate on Contributions workflow - update python version…
Browse files Browse the repository at this point in the history
… to 3.11.0 (demisto#36744)

* update python version to 3.9

* update python version to 3.11

* update python version to 3.11.0

* revert condition
  • Loading branch information
adi88d authored Oct 20, 2024
1 parent d9af679 commit 247f0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-legacy-validate-for-contribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.11.0"
- name: Setup Poetry
uses: Gr1N/setup-poetry@v9
- name: Install Python Dependencies
Expand Down

0 comments on commit 247f0d5

Please sign in to comment.