Skip to content

Commit a36258a

Browse files
committed
Final Version
1 parent c3bb63b commit a36258a

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-letest
9+
runs-on: ubuntu-latest
10+
11+
env:
12+
API_KEY: ${{ secrets.API_KEY }}
1013

1114
steps:
1215
- name: Checkout code
@@ -22,8 +25,3 @@ jobs:
2225

2326
- name: Run tests
2427
run: python -m unittest discover
25-
26-
env:
27-
API_KEY: ${{ secrets.API_KEY }}
28-
29-

requirements.txt

30 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)