feat(learning): replace courses with project catalog
This commit is contained in:
6
.github/workflows/package-win-manual.yml
vendored
6
.github/workflows/package-win-manual.yml
vendored
@@ -49,12 +49,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Download verified OpenMAIC player artifact
|
||||
env:
|
||||
LEARNING_PLAYER_ARTIFACT_URL: ${{ secrets.LEARNING_PLAYER_ARTIFACT_URL }}
|
||||
LEARNING_PLAYER_ARTIFACT_SHA256: ${{ secrets.LEARNING_PLAYER_ARTIFACT_SHA256 }}
|
||||
run: node scripts/download-learning-player-artifact.mjs
|
||||
|
||||
- name: Download uv binaries for Windows
|
||||
run: pnpm run uv:download:win
|
||||
|
||||
|
||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -60,12 +60,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Download verified OpenMAIC player artifact
|
||||
env:
|
||||
LEARNING_PLAYER_ARTIFACT_URL: ${{ secrets.LEARNING_PLAYER_ARTIFACT_URL }}
|
||||
LEARNING_PLAYER_ARTIFACT_SHA256: ${{ secrets.LEARNING_PLAYER_ARTIFACT_SHA256 }}
|
||||
run: node scripts/download-learning-player-artifact.mjs
|
||||
|
||||
- name: Download uv binaries for macOS
|
||||
if: matrix.platform == 'mac'
|
||||
run: pnpm run uv:download:mac
|
||||
|
||||
6
.github/workflows/win-build-test.yml
vendored
6
.github/workflows/win-build-test.yml
vendored
@@ -34,12 +34,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Download verified OpenMAIC player artifact
|
||||
env:
|
||||
LEARNING_PLAYER_ARTIFACT_URL: ${{ secrets.LEARNING_PLAYER_ARTIFACT_URL }}
|
||||
LEARNING_PLAYER_ARTIFACT_SHA256: ${{ secrets.LEARNING_PLAYER_ARTIFACT_SHA256 }}
|
||||
run: node scripts/download-learning-player-artifact.mjs
|
||||
|
||||
- name: Download uv binaries for Windows
|
||||
run: pnpm run uv:download:win
|
||||
|
||||
|
||||
Reference in New Issue
Block a user