We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948533f commit 3f91597Copy full SHA for 3f91597
.github/workflows/release_test_pypi_before_merge.yml
@@ -13,7 +13,7 @@ jobs:
13
build-n-publish:
14
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI'
15
name: Build and publish Python 🐍 distributions 📦 to Test PyPI
16
- runs-on: [self-hosted, ubuntu-latest]
+ runs-on: ubuntu-latest
17
timeout-minutes: 20
18
steps:
19
- uses: actions/checkout@v2
0 commit comments