mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-22 16:28:06 +00:00
it is working, apparently
This commit is contained in:
@@ -20,10 +20,10 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
poetry install
|
poetry install
|
||||||
# - name: Run parser
|
- name: Run parser
|
||||||
# run: |
|
run: |
|
||||||
# export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||||
# poetry run python parse.py
|
poetry run python parse.py
|
||||||
- uses: r-lib/actions/setup-r@v2
|
- uses: r-lib/actions/setup-r@v2
|
||||||
with:
|
with:
|
||||||
r-version: '4.2.0' # The R version to download (if necessary) and use.
|
r-version: '4.2.0' # The R version to download (if necessary) and use.
|
||||||
|
|||||||
Reference in New Issue
Block a user