Skip to content

Commit

Permalink
f-dan more
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 2, 2022
1 parent 6c82ff5 commit f1b93be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
pip install -U -e .[tests]
- name: Run pytest
run: TAG=$(${{ matrix.tag }}) JUPYTER_TOKEN=$(openssl rand -hex 32) pytest --driver ${{ matrix.browser }}
run: TAG=${{ matrix.tag }} JUPYTER_TOKEN=$(openssl rand -hex 32) pytest --driver ${{ matrix.browser }}

0 comments on commit f1b93be

Please sign in to comment.