Skip to content

Commit

Permalink
Merge pull request #123 from openedx/ubuntu-latest
Browse files Browse the repository at this point in the history
Upgrade ci to ubuntu-latest
  • Loading branch information
bmtcril authored Sep 9, 2024
2 parents 0021dee + 8e9cd5e commit 56ab307
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ on:
jobs:
run_tests:
name: tests
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-24.04]
python-version: ['3.11', '3.12']
toxenv: [quality, docs, pii_check, django42]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

push:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 0 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@

# Common constraints for edx repos
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

backports.zoneinfo;python_version<"3.9"
9 changes: 0 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ certifi==2024.8.30
cffi==1.17.1
# via
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
Expand All @@ -48,8 +47,6 @@ coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.16
Expand Down Expand Up @@ -118,10 +115,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -227,8 +220,6 @@ rfc3986==2.0.0
# via twine
rich==13.8.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -r requirements/test.txt
Expand Down

0 comments on commit 56ab307

Please sign in to comment.