Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sternj committed Dec 3, 2024
1 parent 2e55116 commit 8c09dc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-smoketests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
python: [ '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: echo the environment
run: echo $GITHUB_WORKSPACE

- uses: actions/checkout@v4
with:
path: inner

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

0 comments on commit 8c09dc1

Please sign in to comment.