Skip to content

Commit

Permalink
👷 Skip 'latest' tests for 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Oct 24, 2023
1 parent 80b1a7e commit ed13fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cpac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
max-parallel: 1 # This'll slow it down but increase stability
matrix:
platform: [docker]
tag: [latest, nightly]
tag: [nightly] # latest
go: [1.14]
python: [3.7, 3.8, 3.9, "3.10", 3.11]
singularity: [3.6.4]
Expand Down
2 changes: 1 addition & 1 deletion tests/CONSTANTS.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''Constants for tests'''
# pylint: disable=invalid-name
FIXTURENAMES = ['image', 'platform', 'tag']
TAGS = [None, 'latest', 'nightly']
TAGS = ['nightly'] # [None, 'latest', 'nightly']


def args_before_after(argv, args):
Expand Down

0 comments on commit ed13fb3

Please sign in to comment.