Skip to content

Commit

Permalink
added python version installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 12, 2024
1 parent 6381f45 commit af158ab
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v4
# - uses: conda-incubator/setup-miniconda@v3
# with:
# activate-environment: test
# python-version: ${{ matrix.python-version }}
# fetch-depth: 2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install ubuntu dependencies
shell: bash -el {0}
run: |
Expand Down

0 comments on commit af158ab

Please sign in to comment.