We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ba6b2 commit a0bae72Copy full SHA for a0bae72
1 file changed
.github/workflows/update_conferences.yaml
@@ -36,9 +36,11 @@ jobs:
36
with:
37
python-version: "3.13"
38
39
- - name: Install deps (if any)
40
- run: |
41
- if [ -f miner/requirements.txt ]; then pip install -r miner/requirements.txt; fi
+ - uses: actions/setup-python@v5
+ with:
+ cache: 'pip'
42
+ cache-dependency-path: |
43
+ miner/requirements.txt
44
45
- name: Mine conferences from Researchr
46
run: python miner/get_confs_from_researchr.py
0 commit comments