-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supress warnigs caused by bug, document future field change
- Loading branch information
1 parent
2b62b70
commit ee16dfe
Showing
6 changed files
with
29 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,22 +43,21 @@ jobs: | |
- run: npm install | ||
- run: npm run build | ||
- uses: actions/setup-python@v4 | ||
# with: | ||
# python-version: '3.11' | ||
# cache: 'pip' | ||
# cache-dependency-path: 'requirements/*/**.txt' | ||
# - name: Cache pre-commit | ||
# uses: actions/cache@v3 | ||
# with: | ||
# path: ~/.cache/pre-commit | ||
# key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }} | ||
# restore-keys: | | ||
# ${{ runner.os }}-precommit- | ||
with: | ||
python-version: '3.11' | ||
cache: 'pip' | ||
cache-dependency-path: 'requirements/*/**.txt' | ||
- name: Cache pre-commit | ||
uses: actions/cache@v3 | ||
with: | ||
path: ~/.cache/pre-commit | ||
key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }} | ||
restore-keys: | | ||
${{ runner.os }}-precommit- | ||
- name: Install dependencies | ||
run: | | ||
python3.11 -m venv env | ||
. env/bin/activate | ||
make setup | ||
python -m pip install --upgrade pip wheel pip-tools | ||
pip-sync requirements/base/base.txt requirements/dev/dev.txt | ||
- uses: pre-commit/[email protected] | ||
- name: Run Tests | ||
run: make run-tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters