Skip to content

Commit

Permalink
Merge pull request #312 from 4dn-dcic/dict_target
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
SooLee authored Jan 26, 2021
2 parents 34e11bc + aab3658 commit 4195d82
Show file tree
Hide file tree
Showing 384 changed files with 5,286 additions and 2,432 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python_version: [2.7, 3.6]
python_version: [3.6]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -48,8 +48,3 @@ jobs:
if: ${{ matrix.python_version == '3.6' }}
run: |
invoke test --no-flake
- name: QA (awsf)
if: ${{ matrix.python_version == '2.7' }}
run: |
./tests/awsf/test.sh
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE.txt
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions MANIFEST.in
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ include LICENSE.txt
include requirements.txt
include requirements-test.txt
include tibanna/lambdas/*
include awsf3/create_ami_userdata
Empty file modified README.md
100644 → 100755
Empty file.
116 changes: 0 additions & 116 deletions awsf/awstat

This file was deleted.

Loading

0 comments on commit 4195d82

Please sign in to comment.