Skip to content

Commit

Permalink
added python
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Feb 14, 2024
1 parent 7034fb1 commit 69e4081
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/aws_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
run: |
git config --system user.name "hvgazula"
git config --system user.email "[email protected]"
echo $HOME
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install Datalad
uses: datalad/datalad-action/install@main
Expand Down

0 comments on commit 69e4081

Please sign in to comment.