We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14428a commit fdac8f3Copy full SHA for fdac8f3
1 file changed
.github/workflows/linters.yml
@@ -8,13 +8,14 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
with:
11
- path: "basic_games"
12
- - name: Set up Python
13
- uses: actions/setup-python@v2
+ path: basic_games
+ - name: Setup Poetry environment
+ uses: 5yutan5/setup-poetry-env@v1.1.0
14
15
python-version: 3.12
16
- - uses: abatilo/actions-poetry@v2
17
- - name: Install
+ poetry-virtualenvs-in-project: true
+ poetry-install-dependencies: false
18
+ - name: Install dependencies
19
run: |
20
cd basic_games
21
poetry --no-root install
0 commit comments