We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529fef6 commit ce0d67eCopy full SHA for ce0d67e
.github/workflows/package-test.yml
@@ -22,8 +22,6 @@ jobs:
22
uses: actions/setup-python@v2
23
with:
24
python-version: ${{ matrix.python-version }}
25
- env:
26
- BLOCKFROST_PROJECT_ID_MAINNET: ${{ secrets.BLOCKFROST_PROJECT_ID_MAINNET }}
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
@@ -40,5 +38,7 @@ jobs:
40
38
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
41
39
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
42
- name: Test with pytest
+ env:
+ BLOCKFROST_PROJECT_ID_MAINNET: ${{ secrets.BLOCKFROST_PROJECT_ID_MAINNET }}
43
44
pytest
0 commit comments