Skip to content

Conversation

@jakaskerl
Copy link
Contributor

  • Added ubuntu:rolling runner to workflow file to check dependency installation script and wheels.
  • fixed dependencies for debian==11.9

@jakaskerl jakaskerl requested a review from moratom March 4, 2024 14:06
Comment on lines +35 to +45
- name: Create a virtual environment
if: endsWith(matrix.container_image, 'rolling') == true
run: |
sudo apt-get install -y python3-venv
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
python3 examples/install_requirements.py
shell: bash
- name: Install example requirements
if: endsWith(matrix.container_image, 'rolling') == false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the virtual environment only for rolling?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(synced locally) seems like the latest ubuntu doesn't like messing with global python.

This also means that install_requriements.py likely on the latest ubuntu.

We'll see how the next LTS will handle this, but for now LGTM

@jakaskerl jakaskerl merged commit e873b08 into main Mar 4, 2024
@jakaskerl jakaskerl deleted the workflow/ubuntu-rolling branch March 4, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants