htcondor / htmap

High-Throughput Computing in Python, powered by HTCondor
https://htmap.readthedocs.io
Apache License 2.0
32 stars 10 forks source link

Fix CI part one #248

Closed matyasselmeci closed 2 years ago

matyasselmeci commented 2 years ago

Use correct Debian codename for the repo -- the underlying python container switched from "buster" to "bullseye". This PR grabs the codename dynamically instead of hardcoding "buster".

Part one because I also have to fix the Dockerfile to understand the new 9.x versioning scheme.

codecov[bot] commented 2 years ago

Codecov Report

Merging #248 (0a78dad) into master (ec98b34) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 0a78dad differs from pull request most recent head 397f6ef. Consider uploading reports for the commit 397f6ef to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #248 +/- ## ===================================== Coverage 83% 83% ===================================== Files 77 77 Lines 3638 3638 Branches 430 430 ===================================== Hits 3044 3044 Misses 507 507 Partials 87 87 ```