Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jul 15, 2024
1 parent 66e576c commit dfeb8da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ jobs:
- uses: actions/checkout@v2
- name: docker build
run: |
mkdir focal_self_test
cp requirements.txt focal_self_test
cat << 'EOF' > focal_self_test/Dockerfile
# overwriting Dockerfile!
cat << 'EOF' > Dockerfile
FROM ubuntu:20.04
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8
Expand Down
5 changes: 0 additions & 5 deletions WDL/CLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -2187,11 +2187,6 @@ def _type_to_input_template(ty: Type.Base):


def pkg_version(pkg="miniwdl"):
if pkg == "miniwdl":
from . import _version

return _version.version

import importlib_metadata

try:
Expand Down

0 comments on commit dfeb8da

Please sign in to comment.