Skip to content

Commit

Permalink
testing configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Cabayol-Garcia committed Jun 4, 2024
1 parent 6d6c27c commit ab885b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit ab885b8

Please sign in to comment.