mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
ci: add pip to cache
This commit is contained in:
parent
7c9ad535fd
commit
06de735df0
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
|
@ -32,6 +32,14 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cache/pip
|
||||
key: ${{ runner.os }}-pip
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip
|
||||
|
||||
- name: Set up MySQL
|
||||
run: |
|
||||
sudo /etc/init.d/mysql start
|
||||
|
|
Loading…
Reference in New Issue
Block a user