Changeset e553ba in git


Ignore:
Timestamp:
Feb 19, 2021, 7:16:21 PM (2 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
2d0b446076a13e01d8341c20186f907b41259873
Parents:
d0fa8029c9d1522294921ab776348aa1c59f7310
git-author:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2021-02-19 10:16:21-08:00
git-committer:
Matthias Koeppe <mkoeppe@math.ucdavis.edu>2021-02-22 08:32:15-08:00
Message:
.github/workflows/ci-sage.yml: Use tox, not python-tox, on the Ubuntu runner (as in Sage ticket #31412)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci-sage.yml

    rd0fa80 re553ba  
    224224        run: |
    225225          sudo DEBIAN_FRONTEND=noninteractive apt-get update
    226           sudo DEBIAN_FRONTEND=noninteractive apt-get install python-tox python3-setuptools
     226          sudo DEBIAN_FRONTEND=noninteractive apt-get install tox python3-setuptools
    227227      - name: Update Sage packages from upstream artifact
    228228        run: |
Note: See TracChangeset for help on using the changeset viewer.