Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit f1c96b0

Browse files
committed
fix tests
1 parent 9067a49 commit f1c96b0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
docs:
11-
if: github.event_name != 'pull_request' || github.event.pull_request.repository == github.repository
1211
strategy:
1312
fail-fast: false
1413
matrix:

tests/test_dls_python3_skeleton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import subprocess
22
import sys
33

4-
from python3_pip_skeleton import __main__, __version__
4+
from python3_pip_skeleton import __version__
55

66

77
def test_cli_version():

0 commit comments

Comments
 (0)