Skip to content

Commit

Permalink
Merge branch 'github_actions_ci' of github.com:liormizr/s3path into g…
Browse files Browse the repository at this point in the history
…ithub_actions_ci
  • Loading branch information
liormizr committed Jun 28, 2021
2 parents aa12a29 + 114bc5e commit 62681d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ jobs:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
# You can test your matrix by printing the current Python version

- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Install dependencies
run: make init
Expand Down

0 comments on commit 62681d8

Please sign in to comment.