Skip to content

Commit

Permalink
missing setup python step
Browse files Browse the repository at this point in the history
  • Loading branch information
rhayes777 committed Oct 11, 2024
1 parent f87235e commit 24d3f26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/checkout@v2
with:
path: PyAutoArray
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2
id: cache-pip
with:
Expand Down

0 comments on commit 24d3f26

Please sign in to comment.