Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to setuptools #1397

Open
garberg opened this issue Aug 14, 2024 · 1 comment
Open

Migrate to setuptools #1397

garberg opened this issue Aug 14, 2024 · 1 comment

Comments

@garberg
Copy link
Member

garberg commented Aug 14, 2024

Migrate the NIPAP Python packages to setuptools. Unfortunately the version of setuptools shipped with Ubuntu 22.04, which the CI runners run, is antique and broken.

@plajjan
Copy link
Member

plajjan commented Aug 15, 2024

Is there a point in sticking to ubuntu 22.04 for the runners? I guess github actions ubuntu-latest maps to 22.04, right? but you can easily just run stuff in a container instead

  mah-job:
    runs-on: ubuntu-latest
    container:
      image: debian:12
    steps:
      - name: "prove I'm debian"
        run: cat /etc/debian_version

or is this necessary for all downstream users of nipap that the setuptools is compatible with 22.04?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants