Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.1.3 #18

Merged
merged 11 commits into from
Oct 16, 2024
6 changes: 4 additions & 2 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Run Linter

on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
branches:
- dev
- staging
- main

jobs:
lint:
if: github.event.pull_request.draft == false
runs-on: self-hosted
steps:
- name: Checkout
Expand All @@ -17,12 +19,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5.1.1
with:
python-version: '3.11'
python-version: "3.11"

- name: Pipx
uses: CfirTsabari/actions-pipx@v1.0.2

- uses: chartboost/ruff-action@v1
with:
version: 0.4.10
args: 'check . --config pyproject.toml --no-cache'
args: "check . --config pyproject.toml --no-cache"
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Run Tests

on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
branches:
- dev
- staging
- main

jobs:
tests:
if: github.event.pull_request.draft == false
runs-on: self-hosted
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ By creating an open platform for gathering human-generated datasets, Tensorplex

- 4 cores
- 16 GB RAM
- 256 SSD
- 2TB SSD

## Miner

Expand All @@ -120,7 +120,7 @@ By creating an open platform for gathering human-generated datasets, Tensorplex

- 2 cores
- 8 GB RAM
- 32GB SSD
- 32GB SSD or 1TB SSD if decentralised

# Getting Started

Expand Down
Loading
Loading