Skip to content

Commit

Permalink
yq
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 committed Sep 29, 2023
1 parent 396f6b2 commit 8ffe8c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@master
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 8ffe8c0

Please sign in to comment.