Skip to content

Commit

Permalink
Functional test testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-pok committed Jul 10, 2024
1 parent d40033c commit 39cd0b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
python-version: ['3.10']
steps:

- uses: actions/checkout@v4

- uses: actions/checkout@v4
with:
repository: BlueBrain/parquet-converters
Expand Down Expand Up @@ -47,10 +49,8 @@ jobs:
echo "$GITHUB_PATH"
echo "$PATH"
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 39cd0b5

Please sign in to comment.