Skip to content

Commit

Permalink
go back to version string, restrict versions
Browse files Browse the repository at this point in the history
  • Loading branch information
n-wbrown committed Nov 20, 2023
1 parent e324482 commit 2088401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/cookiecutter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,7 @@ jobs:
strategy:
matrix:
config_file: [ default_config.yaml, complex_config.yaml]
python_version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
include:
- python_version: "3.6"
python_version_index: "6"
- python_version: "3.7"
python_version_index: "5"
- python_version: "3.8"
python_version_index: "4"
- python_version: "3.9"
python_version_index: "3"
- python_version: "3.10"
python_version_index: "2"
- python_version: "3.10"
python_version_index: "2"
- python_version: "3.11"
python_version_index: "1"

python_version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -87,7 +71,7 @@ jobs:
- name: Append version to config
run: |
echo ' python_version: ${{ matrix.python_version_index }}' >> tests/${{ matrix.config_file }}
echo ' python_version: "${{ matrix.python_version"' >> tests/${{ matrix.config_file }}
cat tests/${{ matrix.config_file }}
- name: Use the cookiecutter
Expand Down
1 change: 0 additions & 1 deletion tests/default_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
default_context:
hello there "dog"

0 comments on commit 2088401

Please sign in to comment.