Skip to content

Commit 325c600

Browse files
authored
don't lock or freeze nightly CI (#323)
* don't lock or freeze * [skip-ci][run-upstream][skip-rtd] * remove the lockfile [skip-ci][run-upstream][skip-rtd]
1 parent e919846 commit 325c600

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
branches: [main]
99
schedule:
1010
- cron: "0 0 * * *" # Daily "At 00:00" UTC
11-
1211
workflow_dispatch:
1312

1413
concurrency:
@@ -63,10 +62,17 @@ jobs:
6362
# need to fetch all tags to get a correct version
6463
fetch-depth: 0 # fetch all branches and tags
6564

65+
- name: remove lockfile
66+
run: |
67+
rm pixi.lock
68+
6669
- name: setup environment
6770
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # 0.9.0
6871
with:
6972
environments: "nightly"
73+
locked: false
74+
frozen: false
75+
cache: false
7076

7177
- name: import pint-xarray
7278
run: |

0 commit comments

Comments
 (0)