Skip to content

Commit c38caa2

Browse files
committed
update workflows
1 parent 8252d7f commit c38caa2

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
# Once you have an API token, add it as a Repository Secret (PYPI_API_TOKEN)
2121
# under the GitHub repo, so that it can be used by GitHub Actions to deploy
2222
# to `pypi.org` whenever a new tag is pushed to GitHub:
23-
# <https://github.com/rnag/secrets-cache/settings/secrets/actions/new>
23+
# <https://github.com/rnag/py-secrets-cache/settings/secrets/actions/new>
2424

2525
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2626
jobs:

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install -r requirements_dev.txt
34+
pip install .[test]
3535
- name: Lint with ruff
3636
run: |
3737
# stop the build if there are Python syntax errors or undefined names
3838
ruff check --select=E9,F63,F7,F82
3939
# exit-zero treats all errors as warnings
4040
ruff check --exit-zero --statistics
41-
- name: Install project
42-
run: |
43-
pip install .
41+
# - name: Install project
42+
# run: |
43+
# pip install .
4444
- name: Run tests
4545
run: |
4646
pytest

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)