Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
pre-commit-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: '3.10'
- name: Install dependencies
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/run-tests-cpu.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: "[CPU] mostlyai-qa Tests"
name: '[CPU] mostlyai-qa Tests'

on:
workflow_call:


env:
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
FORCE_COLOR: "1"
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
FORCE_COLOR: '1'

jobs:
run-tests-cpu:
Expand All @@ -16,15 +15,15 @@ jobs:
packages: write
steps:
- name: Setup | Checkout
uses: actions/checkout@v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup | Python
uses: actions/setup-python@v5
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: '3.10'

- name: Setup | uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
with:
enable-cache: false
python-version: '3.10'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/run-tests-gpu.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "[GPU] mostlyai-qa Tests"
name: '[GPU] mostlyai-qa Tests'

on:
workflow_call:

env:
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
FORCE_COLOR: "1"
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
FORCE_COLOR: '1'

jobs:
run-tests-gpu:
Expand All @@ -23,15 +23,15 @@ jobs:
apt-get install -y --no-install-recommends git

- name: Setup | Checkout
uses: actions/checkout@v4
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup | Python
uses: actions/setup-python@v5
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: '3.10'

- name: Setup | uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
with:
enable-cache: false
python-version: '3.10'
Expand Down