Skip to content

Commit

Permalink
cache: pip (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix authored Nov 28, 2021
1 parent 49066fd commit adee452
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
requests
pyyaml
toml
ndjson
importlib-metadata<2,>=0.12
tox
tox-pyenv
pytest
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: test
# run: python setup.py test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Init .pypirc
Expand Down

0 comments on commit adee452

Please sign in to comment.