Skip to content

Commit

Permalink
chore: pin python 3.7 version and run workflow on merge requests to m…
Browse files Browse the repository at this point in the history
…aster
  • Loading branch information
pablosjv authored Jan 16, 2025
1 parent c23d98f commit 18e431a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- main
- master

jobs:
build:
Expand All @@ -20,7 +21,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.7.17"

- name: Install and configure Poetry
uses: snok/[email protected]
Expand Down

0 comments on commit 18e431a

Please sign in to comment.