Skip to content

Commit

Permalink
CI: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jul 19, 2021
1 parent c31a837 commit 411a1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
python-version: "3.9"
- name: Install dependencies
run: |
pip install ./reprozip-core ./reprounzip
Expand Down

0 comments on commit 411a1a8

Please sign in to comment.