Skip to content

Commit

Permalink
fix pipeline warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari committed Oct 18, 2024
1 parent 60dd827 commit 329ee10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,18 @@ jobs:
outputs:
deploy_enabled: 'false'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
channels: mantid/label/main,conda-forge,defaults
python-version: '3.10'
miniconda-version: latest
mamba-version: "*"
environment-file: environment.yml
submodules: true

- name: Restore/save LFS files in cache
id: cache-lfs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: test/data/reflectivity_ui-data/
key: ${{ runner.os }}-lfs-files
Expand Down

0 comments on commit 329ee10

Please sign in to comment.