Skip to content

Commit

Permalink
Fix directory names; bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Oct 28, 2024
1 parent b6184ea commit 2b9e70f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
channels: conda-forge

- name: Install versioned-hdf5
working-directory: ./versioned-hdf
working-directory: ./versioned-hdf5
run: |
conda install -n test pip hdf5 openmpi h5py ndindex -c conda-forge -y
conda run -n test pip install '.[bench]'
# Compare the most recent commit with the previous one
- name: Run benchmarks
working-directory: ./versioned-hdf
working-directory: ./versioned-hdf5
run: |
# set the machine name depending on the OS/arch image
echo "Setting machine name to $RUNNER_NAME"
Expand All @@ -82,13 +82,13 @@ jobs:
conda run -n test asv publish -o ./html
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: './versioned-hdf5-benchmarks/html'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 2b9e70f

Please sign in to comment.