We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt-get update
1 parent 3f6af70 commit a0c6626Copy full SHA for a0c6626
action.yml
@@ -20,11 +20,6 @@ runs:
20
# step: gather-py-versions
21
set -euo pipefail; echo "now: $(date -u +"%Y-%m-%dT%H:%M:%S.%3N")"
22
23
- if [[ $(sudo find /var/lib/apt/lists -type f -mtime -1 | wc -l) -eq 0 ]]; then
24
- # only if apt lists are older than 1 day
25
- sudo apt-get update
26
- fi
27
-
28
python -m venv action_venv
29
. action_venv/bin/activate
30
pip3 install -r ${{ github.action_path }}/requirements.txt
0 commit comments