Skip to content

Commit

Permalink
add ci (#3)
Browse files Browse the repository at this point in the history
* add ci, pre-commit

* fix ci

* update ci

* update ruff config

---------

Co-authored-by: Daniel Tan <dtch1997@users.noreply.github.com>
  • Loading branch information
dtch1997 and dtch1997 authored Dec 13, 2024
1 parent 7ed9e3b commit 33c8a2b
Show file tree
Hide file tree
Showing 182 changed files with 425 additions and 225 deletions.
87 changes: 87 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
name: "ci"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main

concurrency:
group: ${{ github.repository_owner }}-${{ github.repository }}-${{ github.ref }}
cancel-in-progress: true

env:
FORCE_COLOR: "1"
PYTHONUNBUFFERED: "1"

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
with:
cache: true
python-version: ${{ matrix.python-version }}
- name: Cache Huggingface assets
uses: actions/cache@v4
with:
key: huggingface-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/pyproject.toml') }}
path: ~/.cache/huggingface
restore-keys: |
huggingface-${{ runner.os }}-${{ matrix.python-version }}-
- name: Install dependencies
run: pdm install
- name: Install pre-commit hooks
run: pdm run pre-commit install
- name: Ensure pre-commit hooks pass
run: pdm run pre-commit run --all-files
- name: build
run: pdm build
- name: test
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: pdm run python -m pytest tests

release:
needs: build
permissions:
contents: write
id-token: write
# https://github.saobby.my.eu.orgmunity/t/how-do-i-specify-job-dependency-running-in-another-workflow/16482
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):')
runs-on: ubuntu-latest
concurrency: release
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.0.7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

# TODO: publish to Pypi
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# if: steps.release.outputs.released == 'true'
- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

# TODO: build and deploy docs to gh-pages
# do this as part of the semantic release step to ensure version is bumped
17 changes: 17 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
args: ['--maxkb=1000']
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.1
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
2 changes: 1 addition & 1 deletion assets/processed_datasets/persona/agreeableness.json
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
2 changes: 1 addition & 1 deletion assets/processed_datasets/persona/anti-LGBTQ-rights.json
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
2 changes: 1 addition & 1 deletion assets/processed_datasets/persona/anti-immigration.json
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
2 changes: 1 addition & 1 deletion assets/processed_datasets/persona/conscientiousness.json
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -11999,4 +11999,4 @@
"meta": null,
"steering_token_index": -2
}
]
]
Loading

0 comments on commit 33c8a2b

Please sign in to comment.