Skip to content

Commit b801d1b

Browse files
authored
Update setuptools version (#172)
* Update setuptools version * Update ci-testing
1 parent 4130d87 commit b801d1b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v3
3434
with:
3535
repository: mosaicml/ci-testing
36-
ref: v0.1.2
36+
ref: v0.3.5
3737
path: ./ci-testing
3838
- uses: ./ci-testing/.github/actions/code-quality
3939
with:

.github/workflows/pr-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
container: mosaicml/pytorch:2.6.0_cu124-python3.11-ubuntu22.04
3232
steps:
3333
- name: Run PR GPU tests
34-
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@v0.1.2
34+
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@v0.3.5
3535
with:
3636
name: ${{ matrix.name }}
3737
container: ${{ matrix.container }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# build requirements
55
[build-system]
6-
requires = ["setuptools < 70.0.0", "torch >= 2.6.0, < 2.6.1"]
6+
requires = ["setuptools < 79.0.0", "torch >= 2.6.0, < 2.6.1"]
77
build-backend = "setuptools.build_meta"
88

99
# Pytest

0 commit comments

Comments
 (0)