Skip to content

Commit

Permalink
fix(actions): test adding back setup-python step
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t authored Jun 5, 2024
1 parent 8ba3882 commit df55243
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
Expand Down

0 comments on commit df55243

Please sign in to comment.