Skip to content

Commit

Permalink
Fixated of the python version to 3.11
Browse files Browse the repository at this point in the history
Fixed: #25
  • Loading branch information
CuberHuber committed Nov 13, 2024
1 parent e24e66b commit 500e04e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/plugin_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11' # Specify Python version

- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 - # Install Poetry
Expand Down

0 comments on commit 500e04e

Please sign in to comment.