Skip to content

Commit

Permalink
Merge branch 'main' of github.com:radumarias/rencrypt-python
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 5, 2024
2 parents bffadbc + 1a693ab commit cdef366
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
python-version: [3.7, 3.8, 3.9, "3.10"]
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -38,7 +40,9 @@ jobs:
python-version: [3.8, 3.9, "3.10"]
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -62,7 +66,9 @@ jobs:
python-version: [3.7, 3.8, 3.9, "3.10"]
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit cdef366

Please sign in to comment.