it is working, apparently

This commit is contained in:
Wilson Freitas
2024-02-18 09:02:45 -03:00
parent e8c1d1f9b8
commit 18f0ed2788
+4 -4
View File
@@ -20,10 +20,10 @@ jobs:
- name: Install dependencies
run: |
poetry install
# - name: Run parser
# run: |
# export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
# poetry run python parse.py
- name: Run parser
run: |
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
poetry run python parse.py
- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0' # The R version to download (if necessary) and use.