Skip to content

Commit

Permalink
Pin github workflow python version to fix install issue (old dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Sep 18, 2024
1 parent bb0ef4a commit b98be14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
submodules: true
- name: setup Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: install Poetry
uses: snok/install-poetry@v1.2.1
- name: set poetry config path
Expand Down

0 comments on commit b98be14

Please sign in to comment.