Skip to content

Commit

Permalink
Update unit tests workflow to use Ubuntu 20.04 and setup Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Mar 20, 2024
1 parent 3da70b3 commit b8a23e5
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,16 @@ on: push

jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- uses: conda-incubator/setup-miniconda@v3
- uses: actions/setup-[email protected]
with:
auto-update-conda: true
python-version: 3.9
activate-environment: test

# - uses: actions/[email protected]
# with:
# python-version: 3.9

- name: Install dependencies
run: |
Expand Down

0 comments on commit b8a23e5

Please sign in to comment.