Skip to content

Commit 9dfed21

Browse files
committed
Updated github actions config file to use new script
1 parent a9b4cc5 commit 9dfed21

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/enroads.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
pip install pylint flake8
2424
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2525
- name: Download En-ROADS sdk
26-
env:
27-
ENROADS_URL: ${{ secrets.ENROADS_URL }}
28-
ENROADS_ID: ${{ secrets.ENROADS_ID }}
29-
ENROADS_PASSWORD: ${{ secrets.ENROADS_PASSWORD }}
30-
run: python -m enroadspy.download_sdk
26+
run: python -m enroadspy.load_sdk
3127
- name: Lint with PyLint
3228
run: pylint .
3329
- name: Lint with Flake8

0 commit comments

Comments
 (0)