Skip to content

Commit 5075f0e

Browse files
committed
test again
1 parent ecb91bf commit 5075f0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
PYTHON_ENV: ci
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1516
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
1617
FMP_API_KEY: ${{ secrets.FMP_API_KEY }}
1718
strategy:
@@ -64,10 +65,13 @@ jobs:
6465
- build
6566
env:
6667
PYTHON_ENV: ci
68+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6769
FMP_API_KEY: ${{ secrets.FMP_API_KEY }}
6870

6971
steps:
7072
- name: Checkout repo
7173
uses: actions/checkout@v4
7274
- name: install rops
73-
run: curl -L https://raw.githubusercontent.com/quantmind/rops/main/dev/install-rops | bash
75+
run: |
76+
curl -L https://raw.githubusercontent.com/quantmind/rops/main/dev/install-rops | bash
77+
echo "$HOME/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)