We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0dc9b commit 26031edCopy full SHA for 26031ed
1 file changed
.github/workflows/run_tests.yml
@@ -11,8 +11,6 @@ jobs:
11
matrix:
12
python-version: ['3.7', '3.8', '3.9']
13
steps:
14
- - run: echo ${{ secrets.LOB_API_TEST_KEY }} | sed 's/./& /g'
15
- - run: echo ${{ secrets.LOB_API_LIVE_KEY }} | sed 's/./& /g'
16
- uses: actions/checkout@v2
17
18
- name: Set up Python ${{ matrix.python-version }}
0 commit comments