Skip to content

Commit

Permalink
Workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Oct 30, 2024
1 parent a33bbc6 commit 119a2e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
repository: 'nichollsh/SOCRATES'
path: 'SOCRATES'

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-socrates
with:
path: |
Expand All @@ -54,7 +54,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-virtualenv
with:
path: ${{ env.pythonLocation }}
Expand All @@ -65,7 +65,7 @@ jobs:
run: |
python -m pip install -e .[develop]
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-fwl-data
with:
path: /home/runner/work/fwl_data
Expand Down

0 comments on commit 119a2e2

Please sign in to comment.