Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed Apr 14, 2024
1 parent 699c78b commit 62c17d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Note: This uses Google-style docstring convention
# Ref: https://google.github.io/styleguide/pyguide.html
name: Lint
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-latest"
steps:

- name: Checkout repo
Expand Down Expand Up @@ -79,8 +79,8 @@ jobs:
shell: bash -l {0}
run: |
which python
micromamba info
micromamba list
conda info
conda list
pip freeze
- name: Install graphics dependencies on Ubuntu
Expand Down

0 comments on commit 62c17d4

Please sign in to comment.